AmlFilesystemIdentity interface
Managed Identity properties.
Properties
| principal |
The principal ID for the user-assigned identity of the resource. |
| tenant |
The tenant ID associated with the resource. |
| type | The type of identity used for the resource. |
| user |
A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary. |
Property Details
principalId
The principal ID for the user-assigned identity of the resource.
principalId?: string
Property Value
string
tenantId
The tenant ID associated with the resource.
tenantId?: string
Property Value
string
type
The type of identity used for the resource.
type?: AmlFilesystemIdentityType
Property Value
userAssignedIdentities
A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
userAssignedIdentities?: Record<string, UserAssignedIdentitiesValue>
Property Value
Record<string, UserAssignedIdentitiesValue>