DatadogSingleSignOnProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.datadog.models.DatadogSingleSignOnProperties

public final class DatadogSingleSignOnProperties

The DatadogSingleSignOnProperties model.

Constructor Summary

Constructor Description
DatadogSingleSignOnProperties()

Creates an instance of DatadogSingleSignOnProperties class.

Method Summary

Modifier and Type Method and Description
String enterpriseAppId()

Get the enterpriseAppId property: The Id of the Enterprise App used for Single sign-on.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioningState property.

SingleSignOnStates singleSignOnState()

Get the singleSignOnState property: Various states of the SSO resource.

String singleSignOnUrl()

Get the singleSignOnUrl property: The login URL specific to this Datadog Organization.

void validate()

Validates the instance.

DatadogSingleSignOnProperties withEnterpriseAppId(String enterpriseAppId)

Set the enterpriseAppId property: The Id of the Enterprise App used for Single sign-on.

DatadogSingleSignOnProperties withSingleSignOnState(SingleSignOnStates singleSignOnState)

Set the singleSignOnState property: Various states of the SSO resource.

Methods inherited from java.lang.Object

Constructor Details

DatadogSingleSignOnProperties

public DatadogSingleSignOnProperties()

Creates an instance of DatadogSingleSignOnProperties class.

Method Details

enterpriseAppId

public String enterpriseAppId()

Get the enterpriseAppId property: The Id of the Enterprise App used for Single sign-on.

Returns:

the enterpriseAppId value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioningState property.

Returns:

the provisioningState value.

singleSignOnState

public SingleSignOnStates singleSignOnState()

Get the singleSignOnState property: Various states of the SSO resource.

Returns:

the singleSignOnState value.

singleSignOnUrl

public String singleSignOnUrl()

Get the singleSignOnUrl property: The login URL specific to this Datadog Organization.

Returns:

the singleSignOnUrl value.

validate

public void validate()

Validates the instance.

withEnterpriseAppId

public DatadogSingleSignOnProperties withEnterpriseAppId(String enterpriseAppId)

Set the enterpriseAppId property: The Id of the Enterprise App used for Single sign-on.

Parameters:

enterpriseAppId - the enterpriseAppId value to set.

Returns:

the DatadogSingleSignOnProperties object itself.

withSingleSignOnState

public DatadogSingleSignOnProperties withSingleSignOnState(SingleSignOnStates singleSignOnState)

Set the singleSignOnState property: Various states of the SSO resource.

Parameters:

singleSignOnState - the singleSignOnState value to set.

Returns:

the DatadogSingleSignOnProperties object itself.

Applies to