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: 0
This 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: 1
List parameter type.
Generated from protobuf enum LIST = 1;
STRING
Value: 2
String parameter type.
Generated from protobuf enum STRING = 2;
BOOLEAN
Value: 3
Boolean parameter type.
Generated from protobuf enum BOOLEAN = 3;