JitApproverDefinitionArgs

data class JitApproverDefinitionArgs(val displayName: Output<String>? = null, val id: Output<String>, val type: Output<Either<String, JitApproverType>>? = null) : ConvertibleToJava<JitApproverDefinitionArgs>

JIT approver definition.

Constructors

Link copied to clipboard
constructor(displayName: Output<String>? = null, id: Output<String>, type: Output<Either<String, JitApproverType>>? = null)

Properties

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

The approver display name.

Link copied to clipboard
val id: Output<String>

The approver service principal Id.

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

The approver type.

Functions

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