IncidentLabel Class

Represents an incident label.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.securityinsight._serialization.Model
IncidentLabel

Constructor

IncidentLabel(*, label_name: str, **kwargs)

Keyword-Only Parameters

Name Description
label_name
str

The name of the label. Required.

Variables

Name Description
label_name
str

The name of the label. Required.

label_type

The type of the label. Known values are: "User" and "AutoAssigned".