Resource: ChannelPartnerLink
Entity representing a link between distributors and their indirect resellers in an n-tier resale channel.
| JSON representation | 
|---|
| { "name": string, "resellerCloudIdentityId": string, "linkState": enum ( | 
| Fields | |
|---|---|
| name | 
 Output only. Resource name for the channel partner link, in the format accounts/{account_id}/channelPartnerLinks/{id}. | 
| resellerCloudIdentityId | 
 Required. Cloud Identity ID of the linked reseller. | 
| linkState | 
 Required. State of the channel partner link. | 
| inviteLinkUri | 
 Output only. URI of the web page where partner accepts the link invitation. | 
| createTime | 
 Output only. Timestamp of when the channel partner link is created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| updateTime | 
 Output only. Timestamp of when the channel partner link is updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| publicId | 
 Output only. Public identifier that a customer must use to generate a transfer token to move to this distributor-reseller combination. | 
| channelPartnerCloudIdentityInfo | 
 Output only. Cloud Identity info of the channel partner (IR). | 
ChannelPartnerLinkState
ChannelPartnerLinkState represents state of a channel partner link.
| Enums | |
|---|---|
| CHANNEL_PARTNER_LINK_STATE_UNSPECIFIED | Not used. | 
| INVITED | An invitation has been sent to the reseller to create a channel partner link. | 
| ACTIVE | Status when the reseller is active. | 
| REVOKED | Status when the reseller has been revoked by the distributor. | 
| SUSPENDED | Status when the reseller is suspended by Google or distributor. | 
| Methods | |
|---|---|
| 
 | Initiates a channel partner link between a distributor and a reseller, or between resellers in an n-tier reseller channel. | 
| 
 | Returns the requested ChannelPartnerLinkresource. | 
| 
 | List ChannelPartnerLinks belonging to a distributor. | 
| 
 | Updates a channel partner link. |