Vm Managed Identity Args
data class VmManagedIdentityArgs(val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<VmManagedIdentityArgs>
Identities for the virtual machine scale set under the node type.
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}'.