Interface protos.google.cloud.channel.v1.IChannelPartnerLink

Properties of a ChannelPartnerLink.

Package

@google-cloud/channel!

Properties

channelPartnerCloudIdentityInfo?: (google.cloud.channel.v1.ICloudIdentityInfo|null);

ChannelPartnerLink channelPartnerCloudIdentityInfo

Property Value
TypeDescription
(google.cloud.channel.v1.ICloudIdentityInfo|null)
createTime?: (google.protobuf.ITimestamp|null);

ChannelPartnerLink createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)
inviteLinkUri?: (string|null);

ChannelPartnerLink inviteLinkUri

Property Value
TypeDescription
(string|null)
linkState?: (google.cloud.channel.v1.ChannelPartnerLinkState|keyof typeof google.cloud.channel.v1.ChannelPartnerLinkState|null);

ChannelPartnerLink linkState

Property Value
TypeDescription
(google.cloud.channel.v1.ChannelPartnerLinkState|keyof typeof google.cloud.channel.v1.ChannelPartnerLinkState|null)
name?: (string|null);

ChannelPartnerLink name

Property Value
TypeDescription
(string|null)
publicId?: (string|null);

ChannelPartnerLink publicId

Property Value
TypeDescription
(string|null)
resellerCloudIdentityId?: (string|null);

ChannelPartnerLink resellerCloudIdentityId

Property Value
TypeDescription
(string|null)
updateTime?: (google.protobuf.ITimestamp|null);

ChannelPartnerLink updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)