Class GoogleCloudChannelV1ChannelPartnerLink
Entity representing a link between distributors and their indirect resellers in an n-tier resale channel.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1ChannelPartnerLink : IDirectResponseSchema
Properties
ChannelPartnerCloudIdentityInfo
Output only. Cloud Identity info of the channel partner (IR).
Declaration
[JsonProperty("channelPartnerCloudIdentityInfo")]
public virtual GoogleCloudChannelV1CloudIdentityInfo ChannelPartnerCloudIdentityInfo { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1CloudIdentityInfo |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Timestamp of when the channel partner link is created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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 |
InviteLinkUri
Output only. URI of the web page where partner accepts the link invitation.
Declaration
[JsonProperty("inviteLinkUri")]
public virtual string InviteLinkUri { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkState
Required. State of the channel partner link.
Declaration
[JsonProperty("linkState")]
public virtual string LinkState { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Resource name for the channel partner link, in the format accounts/{account_id}/channelPartnerLinks/{id}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicId
Output only. Public identifier that a customer must use to generate a transfer token to move to this distributor-reseller combination.
Declaration
[JsonProperty("publicId")]
public virtual string PublicId { get; set; }
Property Value
Type | Description |
---|---|
string |
ResellerCloudIdentityId
Required. Cloud Identity ID of the linked reseller.
Declaration
[JsonProperty("resellerCloudIdentityId")]
public virtual string ResellerCloudIdentityId { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. Timestamp of when the channel partner link is updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |