AadSolutionProperties Class

The external security solution properties for AAD solutions.

Constructor

AadSolutionProperties(*, connectivity_state: str | _models.AadConnectivityStateEnum | None = None, additional_properties: Dict[str, Any] | None = None, device_vendor: str | None = None, device_type: str | None = None, workspace: _models.ConnectedWorkspace | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
connectivity_state

The connectivity state of the external AAD solution. Known values are: "Discovered", "NotLicensed", and "Connected".

Default value: None
additional_properties

Unmatched properties from the message are deserialized to this collection.

Default value: None
device_vendor
str
Default value: None
device_type
str
Default value: None
workspace

Represents an OMS workspace to which the solution is connected.

Default value: None

Variables

Name Description
connectivity_state

The connectivity state of the external AAD solution. Known values are: "Discovered", "NotLicensed", and "Connected".

additional_properties

Unmatched properties from the message are deserialized to this collection.

device_vendor
str
device_type
str
workspace

Represents an OMS workspace to which the solution is connected.