VmManagedIdentityArgs

data class VmManagedIdentityArgs(val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<VmManagedIdentityArgs>

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

Constructors

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

Properties

Link copied to clipboard
val userAssignedIdentities: Output<List<String>>? = null

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}'.

Functions

Link copied to clipboard
open override fun toJava(): VmManagedIdentityArgs