IMicrosoftGraphSamlSingleSignOnSettings.RelayState Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="The relative URI the service provider would redirect to after completion of the single sign-on flow.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="relayState", Update=true)]
public string RelayState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="The relative URI the service provider would redirect to after completion of the single sign-on flow.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="relayState", Update=true)>]
member this.RelayState : string with get, set
Public Property RelayState As String

Property Value

Attributes

Applies to