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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript