Class MicrosoftGraphSamlSingleSignOnSettings
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSamlSingleSignOnSettings
samlSingleSignOnSettings.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphSamlSingleSignOnSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: samlSingleSignOnSettings.Get the relayState property: The relative URI the service provider would redirect to after completion of the single sign-on flow.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: samlSingleSignOnSettings.withRelayState(String relayState) Set the relayState property: The relative URI the service provider would redirect to after completion of the single sign-on flow.
-
Constructor Details
-
MicrosoftGraphSamlSingleSignOnSettings
public MicrosoftGraphSamlSingleSignOnSettings()Creates an instance of MicrosoftGraphSamlSingleSignOnSettings class.
-
-
Method Details
-
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
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
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.
-