IdentityPropertiesArgs

data class IdentityPropertiesArgs(val type: Output<Either<String, ManagedIdentityTypes>>? = null) : ConvertibleToJava<IdentityPropertiesArgs>

Identity properties.

Constructors

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

Properties

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

Managed identity type.

Functions

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