IdentityArgs

data class IdentityArgs(val type: Output<IdentityType>) : ConvertibleToJava<IdentityArgs>

Identity for the resource.

Constructors

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

Properties

Link copied to clipboard
val type: Output<IdentityType>

The identity type.

Functions

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