IdentitySelectorArgs

data class IdentitySelectorArgs(val identityType: Output<Either<String, ManagedServiceIdentitySelectorType>>? = null, val userAssignedIdentityResourceId: Output<String>? = null) : ConvertibleToJava<IdentitySelectorArgs>

Constructors

Link copied to clipboard
constructor(identityType: Output<Either<String, ManagedServiceIdentitySelectorType>>? = null, userAssignedIdentityResourceId: Output<String>? = null)

Properties

Link copied to clipboard

The type of managed identity that is being selected.

Link copied to clipboard

The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.

Functions

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