IdentityArgs

data class IdentityArgs(val identityIds: Output<List<String>>, val type: Output<String>) : ConvertibleToJava<IdentityArgs>

Identity for the resource.

Constructors

Link copied to clipboard
constructor(identityIds: Output<List<String>>, type: Output<String>)

Properties

Link copied to clipboard
val identityIds: Output<List<String>>

The list of identities.

Link copied to clipboard
val type: Output<String>

The identity type.

Functions

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