AadSolutionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. ExternalSecuritySolutionProperties - com.
azure. resourcemanager. security. models. AadSolutionProperties
- com.
- com.
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 additional |
|
Aad |
connectivityState()
Get the connectivity |
| String |
deviceType()
Get the device |
| String |
deviceVendor()
Get the device |
|
static
Aad |
fromJson(JsonReader jsonReader)
Reads an instance of Aad |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Connected |
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:
connectivityState
public AadConnectivityState connectivityState()
Get the connectivityState property: The connectivity state of the external AAD solution.
Returns:
deviceType
public String deviceType()
Get the deviceType property: The deviceType property.
Overrides:
AadSolutionProperties.deviceType()Returns:
deviceVendor
public String deviceVendor()
Get the deviceVendor property: The deviceVendor property.
Overrides:
AadSolutionProperties.deviceVendor()Returns:
fromJson
public static AadSolutionProperties fromJson(JsonReader jsonReader)
Reads an instance of AadSolutionProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AadSolutionProperties.toJson(JsonWriter jsonWriter)Parameters:
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: