AadSolutionProperties Class

public final class AadSolutionProperties
extends ExternalSecuritySolutionProperties

The external security solution properties for AAD solutions.

Constructor Summary

Constructor Description
AadSolutionProperties()

Creates an instance of AadSolutionProperties class.

Method Summary

Modifier and Type Method and Description
AadConnectivityState connectivityState()

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

void validate()

Validates the instance.

AadSolutionProperties withConnectivityState(AadConnectivityState connectivityState)

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

AadSolutionProperties withDeviceType(String deviceType)

Set the deviceType property: The deviceType property.

AadSolutionProperties withDeviceVendor(String deviceVendor)

Set the deviceVendor property: The deviceVendor property.

AadSolutionProperties withWorkspace(ConnectedWorkspace workspace)

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

Methods inherited from ExternalSecuritySolutionProperties

Methods inherited from java.lang.Object

Constructor Details

AadSolutionProperties

public AadSolutionProperties()

Creates an instance of AadSolutionProperties class.

Method Details

connectivityState

public AadConnectivityState connectivityState()

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

Returns:

the connectivityState value.

validate

public void validate()

Validates the instance.

Overrides:

AadSolutionProperties.validate()

withConnectivityState

public AadSolutionProperties withConnectivityState(AadConnectivityState connectivityState)

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

Parameters:

connectivityState - the connectivityState value to set.

Returns:

the AadSolutionProperties object itself.

withDeviceType

public AadSolutionProperties withDeviceType(String deviceType)

Set the deviceType property: The deviceType property.

Overrides:

AadSolutionProperties.withDeviceType(String deviceType)

Parameters:

deviceType

withDeviceVendor

public AadSolutionProperties withDeviceVendor(String deviceVendor)

Set the deviceVendor property: The deviceVendor property.

Overrides:

AadSolutionProperties.withDeviceVendor(String deviceVendor)

Parameters:

deviceVendor

withWorkspace

public AadSolutionProperties withWorkspace(ConnectedWorkspace workspace)

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

Overrides:

AadSolutionProperties.withWorkspace(ConnectedWorkspace workspace)

Parameters:

workspace

Applies to