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}. |
reseller |
Required. Cloud Identity ID of the linked reseller. |
link |
Required. State of the channel partner link. |
invite |
Output only. URI of the web page where partner accepts the link invitation. |
create |
Output only. Timestamp of when the channel partner link is created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. Timestamp of when the channel partner link is updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
public |
Output only. Public identifier that a customer must use to generate a transfer token to move to this distributor-reseller combination. |
channel |
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 ChannelPartnerLink resource. |
|
List ChannelPartnerLink s belonging to a distributor. |
|
Updates a channel partner link. |