GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter
import type { GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter } from "https://googleapis.deno.dev/v1/orgpolicy:v2.ts";
Defines a parameter structure.
interface GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter {
defaultValue?: any;
item?:
| "TYPE_UNSPECIFIED"
| "LIST"
| "STRING"
| "BOOLEAN";
type?:
| "TYPE_UNSPECIFIED"
| "LIST"
| "STRING"
| "BOOLEAN";
validValuesExpr?: string;
}