ManagedIdentityArgs

data class ManagedIdentityArgs(val type: Output<Either<String, ManagedIdentityType>>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedIdentityArgs>

Azure Active Directory identity configuration for a resource.

Constructors

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

Properties

Link copied to clipboard
val type: Output<Either<String, ManagedIdentityType>>? = null

The identity type

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

The resource ids of the user assigned identities to use

Functions

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