CacheIdentity interface
Cache identity properties.
Properties
| principal |
The principal ID for the system-assigned identity of the cache. |
| tenant |
The tenant ID associated with the cache. |
| type | The type of identity used for the cache |
| 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 system-assigned identity of the cache.
principalId?: string
Property Value
string
tenantId
The tenant ID associated with the cache.
tenantId?: string
Property Value
string
type
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>