ExtensionPropertiesAksAssignedIdentity interface
Identity of the Extension resource in an AKS cluster
Properties
| client |
The client ID of resource identity. |
| object |
The object ID of resource identity. |
| principal |
The principal ID of resource identity. |
| resource |
The ID of the resource identity. |
| tenant |
The tenant ID of resource. |
| type | The identity type. |
Property Details
clientId
The client ID of resource identity.
clientId?: string
Property Value
string
objectId
The object ID of resource identity.
objectId?: string
Property Value
string
principalId
The principal ID of resource identity.
principalId?: string
Property Value
string
resourceId
The ID of the resource identity.
resourceId?: string
Property Value
string
tenantId
The tenant ID of resource.
tenantId?: string
Property Value
string
type
The identity type.
type?: string
Property Value
string