Class ProvisionCloudIdentityRequest (1.9.2)

ProvisionCloudIdentityRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for CloudChannelService.ProvisionCloudIdentity

Attributes

NameDescription
customer str
Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
cloud_identity_info google.cloud.channel_v1.types.CloudIdentityInfo
CloudIdentity-specific customer information.
user google.cloud.channel_v1.types.AdminUser
Admin user information.
validate_only bool
Validate the request and preview the review, but do not post it.

Inheritance

builtins.object > proto.message.Message > ProvisionCloudIdentityRequest