Reference documentation and code samples for the Google Cloud Channel V1 Client class CustomerType.
CustomerType of the customer
Protobuf type google.cloud.channel.v1.CloudIdentityInfo.CustomerType
Namespace
Google \ Cloud \ Channel \ V1 \ CloudIdentityInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CUSTOMER_TYPE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum CUSTOMER_TYPE_UNSPECIFIED = 0;
DOMAIN
Value: 1
Domain-owning customer which needs domain verification to use services.
Generated from protobuf enum DOMAIN = 1;
TEAM
Value: 2
Team customer which needs email verification to use services.
Generated from protobuf enum TEAM = 2;