Show / Hide Table of Contents

Class GoogleCloudChannelV1ProvisionCloudIdentityRequest

Request message for CloudChannelService.ProvisionCloudIdentity

Inheritance
object
GoogleCloudChannelV1ProvisionCloudIdentityRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX