Reference documentation and code samples for the Google Cloud Channel V1 Client class ProvisionCloudIdentityRequest.
Request message for CloudChannelService.ProvisionCloudIdentity
Generated from protobuf message google.cloud.channel.v1.ProvisionCloudIdentityRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ customer
string
Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
↳ cloud_identity_info
↳ user
↳ validate_only
bool
Validate the request and preview the review, but do not post it.
getCustomer
Required. Resource name of the customer.
Format: accounts/{account_id}/customers/{customer_id}
string
setCustomer
Required. Resource name of the customer.
Format: accounts/{account_id}/customers/{customer_id}
var
string
$this
getCloudIdentityInfo
CloudIdentity-specific customer information.
hasCloudIdentityInfo
clearCloudIdentityInfo
setCloudIdentityInfo
CloudIdentity-specific customer information.
$this
getUser
Admin user information.
hasUser
clearUser
setUser
Admin user information.
$this
getValidateOnly
Validate the request and preview the review, but do not post it.
bool
setValidateOnly
Validate the request and preview the review, but do not post it.
var
bool
$this