Image Template Identity Response
data class ImageTemplateIdentityResponse(val type: String? = null, val userAssignedIdentities: Map<String, ImageTemplateIdentityResponseUserAssignedIdentities>? = null)
Identity for the image template.
Constructors
Link copied to clipboard
constructor(type: String? = null, userAssignedIdentities: Map<String, ImageTemplateIdentityResponseUserAssignedIdentities>? = null)
Properties
Link copied to clipboard
val userAssignedIdentities: Map<String, ImageTemplateIdentityResponseUserAssignedIdentities>? = null
The list of user identities associated with the image template. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.