ChannelPartnerLink

Initiates a channel partner link between a distributor and a reseller, or between resellers in an n-tier reseller channel. Invited partners need to follow the invite_link_uri provided in the response to accept. After accepting the invitation, a link is set up between the two parties. You must be a distributor to call this method. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * ALREADY_EXISTS: The ChannelPartnerLink sent in the request already exists. * NOT_FOUND: No Cloud Identity customer exists for provided domain. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The new ChannelPartnerLink resource. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Properties

Link copied to clipboard
val accountId: Output<String>
Link copied to clipboard

Cloud Identity info of the channel partner (IR).

Link copied to clipboard
val createTime: Output<String>

Timestamp of when the channel partner link is created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val inviteLinkUri: Output<String>

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

Link copied to clipboard
val linkState: Output<String>

State of the channel partner link.

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val publicId: Output<String>

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Cloud Identity ID of the linked reseller.

Link copied to clipboard
val updateTime: Output<String>

Timestamp of when the channel partner link is updated.

Link copied to clipboard
val urn: Output<String>