Class MicrosoftGraphSamlSingleSignOnSettings
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSamlSingleSignOnSettings
-
public final class MicrosoftGraphSamlSingleSignOnSettings extends Object
samlSingleSignOnSettings.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphSamlSingleSignOnSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: samlSingleSignOnSettings.String
relayState()
Get the relayState property: The relative URI the service provider would redirect to after completion of the single sign-on flow.void
validate()
Validates the instance.MicrosoftGraphSamlSingleSignOnSettings
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: samlSingleSignOnSettings.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.
-
-
-
Method Detail
-
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.
-
-