IOrganizationResource.SingleSignOnPropertySingleSignOnState 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.
State of the Single Sign On for the organization
[Microsoft.Azure.PowerShell.Cmdlets.Astro.PSArgumentCompleter(new System.String[] { "Initial", "Enable", "Disable" })]
[Microsoft.Azure.PowerShell.Cmdlets.Astro.Runtime.Info(Create=true, Description="State of the Single Sign On for the organization", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="singleSignOnState", Update=false)]
public string SingleSignOnPropertySingleSignOnState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Astro.PSArgumentCompleter(new System.String[] { "Initial", "Enable", "Disable" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Astro.Runtime.Info(Create=true, Description="State of the Single Sign On for the organization", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="singleSignOnState", Update=false)>]
member this.SingleSignOnPropertySingleSignOnState : string with get, set
Public Property SingleSignOnPropertySingleSignOnState As String
Property Value
- Attributes