Class SsoProperties

java.lang.Object
com.azure.resourcemanager.appplatform.models.SsoProperties

public final class SsoProperties extends Object
Single sign-on related configuration.
  • Constructor Details

    • SsoProperties

      public SsoProperties()
  • Method Details

    • scope

      public List<String> scope()
      Get the scope property: It defines the specific actions applications can be allowed to do on a user's behalf.
      Returns:
      the scope value.
    • withScope

      public SsoProperties withScope(List<String> scope)
      Set the scope property: It defines the specific actions applications can be allowed to do on a user's behalf.
      Parameters:
      scope - the scope value to set.
      Returns:
      the SsoProperties object itself.
    • clientId

      public String clientId()
      Get the clientId property: The public identifier for the application.
      Returns:
      the clientId value.
    • withClientId

      public SsoProperties withClientId(String clientId)
      Set the clientId property: The public identifier for the application.
      Parameters:
      clientId - the clientId value to set.
      Returns:
      the SsoProperties object itself.
    • clientSecret

      public String clientSecret()
      Get the clientSecret property: The secret known only to the application and the authorization server.
      Returns:
      the clientSecret value.
    • withClientSecret

      public SsoProperties withClientSecret(String clientSecret)
      Set the clientSecret property: The secret known only to the application and the authorization server.
      Parameters:
      clientSecret - the clientSecret value to set.
      Returns:
      the SsoProperties object itself.
    • issuerUri

      public String issuerUri()
      Get the issuerUri property: The URI of Issuer Identifier.
      Returns:
      the issuerUri value.
    • withIssuerUri

      public SsoProperties withIssuerUri(String issuerUri)
      Set the issuerUri property: The URI of Issuer Identifier.
      Parameters:
      issuerUri - the issuerUri value to set.
      Returns:
      the SsoProperties object itself.
    • validate

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