ImageTemplateIdentity interface
Identity for the image template.
Properties
type | The type of identity used for the image template. The type 'None' will remove any identities from the image template. |
user |
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. |
Property Details
type
The type of identity used for the image template. The type 'None' will remove any identities from the image template.
type?: ResourceIdentityType
Property Value
userAssignedIdentities
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}
Property Value
{[propertyName: string]: UserAssignedIdentity}