LiftrBaseSingleSignOnProperties Class

Definition

Properties specific to Single Sign On Resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseSingleSignOnPropertiesTypeConverter))]
public class LiftrBaseSingleSignOnProperties : Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.ILiftrBaseSingleSignOnProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseSingleSignOnPropertiesTypeConverter))>]
type LiftrBaseSingleSignOnProperties = class
    interface ILiftrBaseSingleSignOnProperties
    interface IJsonSerializable
Public Class LiftrBaseSingleSignOnProperties
Implements ILiftrBaseSingleSignOnProperties
Inheritance
LiftrBaseSingleSignOnProperties
Attributes
Implements

Constructors

Name Description
LiftrBaseSingleSignOnProperties()

Creates an new LiftrBaseSingleSignOnProperties instance.

Properties

Name Description
AadDomain

List of AAD domains fetched from Microsoft Graph for user.

EnterpriseAppId

AAD enterprise application Id used to setup SSO

ProvisioningState

Provisioning State of the resource

SingleSignOnState

State of the Single Sign On for the organization

SingleSignOnUrl

URL for SSO to be used by the partner to redirect the user to their system

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LiftrBaseSingleSignOnProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LiftrBaseSingleSignOnProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.ILiftrBaseSingleSignOnProperties.

FromJsonString(String)

Creates a new instance of LiftrBaseSingleSignOnProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LiftrBaseSingleSignOnProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to