CodelessUiConnectorConfigPropertiesInstructionStepsItem Class

CodelessUiConnectorConfigPropertiesInstructionStepsItem.

Inheritance
azure.mgmt.securityinsight.models._models_py3.InstructionSteps
CodelessUiConnectorConfigPropertiesInstructionStepsItem

Constructor

CodelessUiConnectorConfigPropertiesInstructionStepsItem(*, title: Optional[str] = None, description: Optional[str] = None, instructions: Optional[List[azure.mgmt.securityinsight.models._models_py3.InstructionStepsInstructionsItem]] = None, **kwargs)

Variables

title
str

Instruction step title.

description
str

Instruction step description.

instructions
list[InstructionStepsInstructionsItem]

Instruction step details.