VmManagedIdentityResponse

data class VmManagedIdentityResponse(val userAssignedIdentities: List<String>? = null)

Identities for the virtual machine scale set under the node type.

Constructors

Link copied to clipboard
constructor(userAssignedIdentities: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of user identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.