MachineIdentityArgs

data class MachineIdentityArgs(val type: Output<String>? = null) : ConvertibleToJava<MachineIdentityArgs>

Constructors

Link copied to clipboard
fun MachineIdentityArgs(type: Output<String>? = null)

Functions

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

Properties

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

The identity type.