Class DatadogSingleSignOnProperties

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

public final class DatadogSingleSignOnProperties extends Object
The DatadogSingleSignOnProperties model.
  • Constructor Details

    • DatadogSingleSignOnProperties

      public DatadogSingleSignOnProperties()
      Creates an instance of DatadogSingleSignOnProperties class.
  • Method Details

    • 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.
    • 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.
    • enterpriseAppId

      public String enterpriseAppId()
      Get the enterpriseAppId property: The Id of the Enterprise App used for Single sign-on.
      Returns:
      the enterpriseAppId value.
    • 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.
    • 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.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.