IConnectedClusterIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ConnectedClusterIdentityTypeConverter))]
public interface IConnectedClusterIdentity : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ConnectedClusterIdentityTypeConverter))>]
type IConnectedClusterIdentity = interface
interface IJsonSerializable
Public Interface IConnectedClusterIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
PrincipalId |
The principal id of connected cluster identity. This property will only be provided for a system assigned identity. |
TenantId |
The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity. |
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. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |