View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ProvisionCloudIdentityRequest (google_api_cloud_channel v0.6.1)
Request message for CloudChannelService.ProvisionCloudIdentity
Attributes
-
cloudIdentityInfo
(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CloudIdentityInfo.t
, default:nil
) - CloudIdentity-specific customer information. -
user
(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1AdminUser.t
, default:nil
) - Admin user information. -
validateOnly
(type:boolean()
, default:nil
) - Validate the request and preview the review, but do not post it.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ProvisionCloudIdentityRequest{ cloudIdentityInfo: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CloudIdentityInfo.t() | nil, user: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1AdminUser.t() | nil, validateOnly: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.