IMicrosoftGraphSamlSingleSignOnSettings.RelayState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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