ManagedServiceIdentityUpdate interface
The template for adding optional properties.
Properties
type | The type of managed identity assigned to this resource. |
user |
The identities assigned to this resource by the user. |
Property Details
type
The type of managed identity assigned to this resource.
type?: string
Property Value
string
userAssignedIdentities
The identities assigned to this resource by the user.
userAssignedIdentities?: Record<string, null | UserAssignedIdentity>
Property Value
Record<string, null | UserAssignedIdentity>