linkState property
State of the channel partner link.
Required. Possible string values are:
- "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.
Implementation
core.String? linkState;