GetChannelPartnerLinkResult

data class GetChannelPartnerLinkResult(val channelPartnerCloudIdentityInfo: GoogleCloudChannelV1CloudIdentityInfoResponse, val createTime: String, val inviteLinkUri: String, val linkState: String, val name: String, val publicId: String, val resellerCloudIdentityId: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetChannelPartnerLinkResult(channelPartnerCloudIdentityInfo: GoogleCloudChannelV1CloudIdentityInfoResponse, createTime: String, inviteLinkUri: String, linkState: String, name: String, publicId: String, resellerCloudIdentityId: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cloud Identity info of the channel partner (IR).

Link copied to clipboard

Timestamp of when the channel partner link is created.

Link copied to clipboard

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

Link copied to clipboard

State of the channel partner link.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Cloud Identity ID of the linked reseller.

Link copied to clipboard

Timestamp of when the channel partner link is updated.