Class GoogleCloudChannelV1ProvisionCloudIdentityRequest
Request message for CloudChannelService.ProvisionCloudIdentity
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1ProvisionCloudIdentityRequest : IDirectResponseSchema
Properties
CloudIdentityInfo
CloudIdentity-specific customer information.
Declaration
[JsonProperty("cloudIdentityInfo")]
public virtual GoogleCloudChannelV1CloudIdentityInfo CloudIdentityInfo { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1CloudIdentityInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
User
Admin user information.
Declaration
[JsonProperty("user")]
public virtual GoogleCloudChannelV1AdminUser User { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1AdminUser |
ValidateOnly
Validate the request and preview the review, but do not post it.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |