Show / Hide Table of Contents

Class GoogleCloudChannelV1CloudIdentityCustomerAccount

Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.

Inheritance
object
GoogleCloudChannelV1CloudIdentityCustomerAccount
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 GoogleCloudChannelV1CloudIdentityCustomerAccount : IDirectResponseSchema

Properties

ChannelPartnerCloudIdentityId

If existing = true, and is 2-tier customer, the channel partner of the customer.

Declaration
[JsonProperty("channelPartnerCloudIdentityId")]
public virtual string ChannelPartnerCloudIdentityId { get; set; }
Property Value
Type Description
string

CustomerCloudIdentityId

If existing = true, the Cloud Identity ID of the customer.

Declaration
[JsonProperty("customerCloudIdentityId")]
public virtual string CustomerCloudIdentityId { get; set; }
Property Value
Type Description
string

CustomerName

If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}

Declaration
[JsonProperty("customerName")]
public virtual string CustomerName { get; set; }
Property Value
Type Description
string

CustomerType

If existing = true, the type of the customer.

Declaration
[JsonProperty("customerType")]
public virtual string CustomerType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Existing

Returns true if a Cloud Identity account exists for a specific domain.

Declaration
[JsonProperty("existing")]
public virtual bool? Existing { get; set; }
Property Value
Type Description
bool?

Owned

Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner (with active subscriptions or purchase consents).

Declaration
[JsonProperty("owned")]
public virtual bool? Owned { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX