ConnectedClusterIdentity interface
Identity for the connected cluster.
Properties
principal |
The principal id of connected cluster identity. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster. |
Property Details
principalId
The principal id of connected cluster identity. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tenantId
The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
type: ResourceIdentityType