IdentityArgs

data class IdentityArgs(val revision: Output<Int>? = null, val updateId: Output<String>? = null) : ConvertibleToJava<IdentityArgs>

The unique identifier of the update.

Constructors

Link copied to clipboard
fun IdentityArgs(revision: Output<Int>? = null, updateId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val revision: Output<Int>? = null

The revision number of the update.

Link copied to clipboard
val updateId: Output<String>? = null

The revision independent identifier of the update.