AadSolutionProperties Class

public final class AadSolutionProperties
extends ExternalSecuritySolutionProperties

The external security solution properties for AAD solutions.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: The solution properties (correspond to the solution kind).

AadConnectivityState connectivityState()

Get the connectivityState property: The connectivity state of the external AAD solution.

String deviceType()

Get the deviceType property: The deviceType property.

String deviceVendor()

Get the deviceVendor property: The deviceVendor property.

static AadSolutionProperties fromJson(JsonReader jsonReader)

Reads an instance of AadSolutionProperties from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ConnectedWorkspace workspace()

Get the workspace property: Represents an OMS workspace to which the solution is connected.

Methods inherited from ExternalSecuritySolutionProperties

Methods inherited from java.lang.Object

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: The solution properties (correspond to the solution kind).

Overrides:

AadSolutionProperties.additionalProperties()

Returns:

the additionalProperties value.

connectivityState

public AadConnectivityState connectivityState()

Get the connectivityState property: The connectivity state of the external AAD solution.

Returns:

the connectivityState value.

deviceType

public String deviceType()

Get the deviceType property: The deviceType property.

Overrides:

AadSolutionProperties.deviceType()

Returns:

the deviceType value.

deviceVendor

public String deviceVendor()

Get the deviceVendor property: The deviceVendor property.

Overrides:

AadSolutionProperties.deviceVendor()

Returns:

the deviceVendor value.

fromJson

public static AadSolutionProperties fromJson(JsonReader jsonReader)

Reads an instance of AadSolutionProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AadSolutionProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AadSolutionProperties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

AadSolutionProperties.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

AadSolutionProperties.validate()

workspace

public ConnectedWorkspace workspace()

Get the workspace property: Represents an OMS workspace to which the solution is connected.

Overrides:

AadSolutionProperties.workspace()

Returns:

the workspace value.

Applies to