Class MicrosoftGraphSamlSingleSignOnSettings

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSamlSingleSignOnSettings

public final class MicrosoftGraphSamlSingleSignOnSettings extends Object
samlSingleSignOnSettings.
  • Constructor Details

    • MicrosoftGraphSamlSingleSignOnSettings

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

    • relayState

      public String relayState()
      Get the relayState property: The relative URI the service provider would redirect to after completion of the single sign-on flow.
      Returns:
      the relayState value.
    • withRelayState

      public MicrosoftGraphSamlSingleSignOnSettings withRelayState(String relayState)
      Set the relayState property: The relative URI the service provider would redirect to after completion of the single sign-on flow.
      Parameters:
      relayState - the relayState value to set.
      Returns:
      the MicrosoftGraphSamlSingleSignOnSettings object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: samlSingleSignOnSettings.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphSamlSingleSignOnSettings withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: samlSingleSignOnSettings.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphSamlSingleSignOnSettings object itself.
    • validate

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