IdentityArgs

data class IdentityArgs(val type: Output<IdentityType>? = null, val userAssignedIdentities: Output<Map<String, UserAssignedIdentityArgs>>? = null) : ConvertibleToJava<IdentityArgs>

Managed service identity.

Constructors

Link copied to clipboard
fun IdentityArgs(type: Output<IdentityType>? = null, userAssignedIdentities: Output<Map<String, UserAssignedIdentityArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val type: Output<IdentityType>? = null

Type of managed service identity.

Link copied to clipboard

The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}