MicrosoftGraphSamlSingleSignOnSettings Class

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

Implements

public final class MicrosoftGraphSamlSingleSignOnSettings
implements JsonSerializable<MicrosoftGraphSamlSingleSignOnSettings>

samlSingleSignOnSettings.

Constructor Summary

Constructor Description
MicrosoftGraphSamlSingleSignOnSettings()

Creates an instance of MicrosoftGraphSamlSingleSignOnSettings class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: samlSingleSignOnSettings.

static MicrosoftGraphSamlSingleSignOnSettings fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphSamlSingleSignOnSettings from the JsonReader.

String relayState()

Get the relayState property: The relative URI the service provider would redirect to after completion of the single sign-on flow.

JsonWriter toJson(JsonWriter jsonWriter)
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.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphSamlSingleSignOnSettings

public MicrosoftGraphSamlSingleSignOnSettings()

Creates an instance of MicrosoftGraphSamlSingleSignOnSettings class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: samlSingleSignOnSettings.

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphSamlSingleSignOnSettings fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphSamlSingleSignOnSettings from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphSamlSingleSignOnSettings if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphSamlSingleSignOnSettings.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphSamlSingleSignOnSettings withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: samlSingleSignOnSettings.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphSamlSingleSignOnSettings object itself.

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.

Applies to