Cloud Channel v1 API - Class ChannelPartnerLink (2.13.0)

public sealed class ChannelPartnerLink : IMessage<ChannelPartnerLink>, IEquatable<ChannelPartnerLink>, IDeepCloneable<ChannelPartnerLink>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class ChannelPartnerLink.

Entity representing a link between distributors and their indirect resellers in an n-tier resale channel.

Inheritance

object > ChannelPartnerLink

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

public ChannelPartnerLink()
public ChannelPartnerLink(ChannelPartnerLink other)
Parameter
Name Description
other ChannelPartnerLink

Properties

public CloudIdentityInfo ChannelPartnerCloudIdentityInfo { get; set; }

Output only. Cloud Identity info of the channel partner (IR).

Property Value
Type Description
CloudIdentityInfo
public ChannelPartnerLinkName ChannelPartnerLinkName { get; set; }

ChannelPartnerLinkName-typed view over the Name resource name property.

Property Value
Type Description
ChannelPartnerLinkName
public Timestamp CreateTime { get; set; }

Output only. Timestamp of when the channel partner link is created.

Property Value
Type Description
Timestamp
public string InviteLinkUri { get; set; }

Output only. URI of the web page where partner accepts the link invitation.

Property Value
Type Description
string
public ChannelPartnerLinkState LinkState { get; set; }

Required. State of the channel partner link.

Property Value
Type Description
ChannelPartnerLinkState
public string Name { get; set; }

Output only. Resource name for the channel partner link, in the format accounts/{account_id}/channelPartnerLinks/{id}.

Property Value
Type Description
string
public string PublicId { get; set; }

Output only. Public identifier that a customer must use to generate a transfer token to move to this distributor-reseller combination.

Property Value
Type Description
string
public string ResellerCloudIdentityId { get; set; }

Required. Cloud Identity ID of the linked reseller.

Property Value
Type Description
string
public Timestamp UpdateTime { get; set; }

Output only. Timestamp of when the channel partner link is updated.

Property Value
Type Description
Timestamp

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.