MicrosoftGraphSamlSingleSignOnSettings Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSamlSingleSignOnSettings
- com.
Implements
public final class MicrosoftGraphSamlSingleSignOnSettings
implements JsonSerializable<MicrosoftGraphSamlSingleSignOnSettings>
Represents a saml single sign on settings.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphSamlSingleSignOnSettings() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| String |
relayState()
Get the relay |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withRelayState(String relayState)
Set the relay |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphSamlSingleSignOnSettings
public MicrosoftGraphSamlSingleSignOnSettings()
Creates an instance of MicrosoftGraphSamlSingleSignOnSettings class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: samlSingleSignOnSettings.
Returns:
fromJson
public static MicrosoftGraphSamlSingleSignOnSettings fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSamlSingleSignOnSettings from the JsonReader.
Parameters:
Returns:
Throws:
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:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphSamlSingleSignOnSettings withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: samlSingleSignOnSettings.
Parameters:
Returns:
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:
Returns: