Class LogzSingleSignOnProperties

java.lang.Object
com.azure.resourcemanager.logz.models.LogzSingleSignOnProperties

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

    • LogzSingleSignOnProperties

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

    • singleSignOnState

      public SingleSignOnStates singleSignOnState()
      Get the singleSignOnState property: Various states of the SSO resource.
      Returns:
      the singleSignOnState value.
    • withSingleSignOnState

      public LogzSingleSignOnProperties withSingleSignOnState(SingleSignOnStates singleSignOnState)
      Set the singleSignOnState property: Various states of the SSO resource.
      Parameters:
      singleSignOnState - the singleSignOnState value to set.
      Returns:
      the LogzSingleSignOnProperties 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 LogzSingleSignOnProperties 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 LogzSingleSignOnProperties object itself.
    • singleSignOnUrl

      public String singleSignOnUrl()
      Get the singleSignOnUrl property: The login URL specific to this Logz Organization.
      Returns:
      the singleSignOnUrl value.
    • withSingleSignOnUrl

      public LogzSingleSignOnProperties withSingleSignOnUrl(String singleSignOnUrl)
      Set the singleSignOnUrl property: The login URL specific to this Logz Organization.
      Parameters:
      singleSignOnUrl - the singleSignOnUrl value to set.
      Returns:
      the LogzSingleSignOnProperties object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Flag specifying if the resource provisioning state as tracked by ARM.
      Returns:
      the provisioningState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.