Reference documentation and code samples for the Google Cloud Org Policy V2 Client class Type.
All valid types of parameter.
Protobuf type google.cloud.orgpolicy.v2.Constraint.CustomConstraintDefinition.Parameter.Type
Namespace
Google \ Cloud \ OrgPolicy \ V2 \ Constraint \ CustomConstraintDefinition \ ParameterMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0This is only used for distinguishing unset values and should never be used. Results in an error.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
PBLIST
Value: 1List parameter type.
Generated from protobuf enum LIST = 1;
STRING
Value: 2String parameter type.
Generated from protobuf enum STRING = 2;
BOOLEAN
Value: 3Boolean parameter type.
Generated from protobuf enum BOOLEAN = 3;