IdentityDataArgs

data class IdentityDataArgs(val type: Output<Either<String, IdentityType>>) : ConvertibleToJava<IdentityDataArgs>

Identity for the resource.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, IdentityType>>)

Properties

Link copied to clipboard
val type: Output<Either<String, IdentityType>>

The identity type.

Functions

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