InstructionStepDetailsArgs

data class InstructionStepDetailsArgs(val parameters: Output<Any>, val type: Output<String>) : ConvertibleToJava<InstructionStepDetailsArgs>

Instruction step details, to be displayed in the Instructions steps section in the connector's page in Sentinel Portal.

Constructors

Link copied to clipboard
constructor(parameters: Output<Any>, type: Output<String>)

Properties

Link copied to clipboard
val parameters: Output<Any>

Gets or sets the instruction type parameters settings.

Link copied to clipboard
val type: Output<String>

Gets or sets the instruction type name.

Functions

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