Class DomainControlCenterSsoRequestInner

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.DomainControlCenterSsoRequestInner

public final class DomainControlCenterSsoRequestInner extends Object
Single sign-on request information for domain management.
  • Constructor Details

    • DomainControlCenterSsoRequestInner

      public DomainControlCenterSsoRequestInner()
  • Method Details

    • url

      public String url()
      Get the url property: URL where the single sign-on request is to be made.
      Returns:
      the url value.
    • postParameterKey

      public String postParameterKey()
      Get the postParameterKey property: Post parameter key.
      Returns:
      the postParameterKey value.
    • postParameterValue

      public String postParameterValue()
      Get the postParameterValue property: Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.
      Returns:
      the postParameterValue value.
    • validate

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