IdentityDataArgs

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

Identity for the resource.

Constructors

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

Functions

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

Properties

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

The identity type.