IdentityArgs

data class IdentityArgs(val type: Output<ResourceIdentityType>? = null) : ConvertibleToJava<IdentityArgs>

Identity for the resource.

Constructors

Link copied to clipboard
fun IdentityArgs(type: Output<ResourceIdentityType>? = null)

Functions

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

Properties

Link copied to clipboard
val type: Output<ResourceIdentityType>? = null

The identity type.