LiftrBaseSingleSignOnPropertiesV2 Class

Definition

Properties specific to Single Sign On Resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.LiftrBaseSingleSignOnPropertiesV2TypeConverter))]
public class LiftrBaseSingleSignOnPropertiesV2 : Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.ILiftrBaseSingleSignOnPropertiesV2
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.LiftrBaseSingleSignOnPropertiesV2TypeConverter))>]
type LiftrBaseSingleSignOnPropertiesV2 = class
    interface ILiftrBaseSingleSignOnPropertiesV2
    interface IJsonSerializable
Public Class LiftrBaseSingleSignOnPropertiesV2
Implements ILiftrBaseSingleSignOnPropertiesV2
Inheritance
LiftrBaseSingleSignOnPropertiesV2
Attributes
Implements

Constructors

Name Description
LiftrBaseSingleSignOnPropertiesV2()

Creates an new LiftrBaseSingleSignOnPropertiesV2 instance.

Properties

Name Description
AadDomain

List of AAD domains fetched from Microsoft Graph for user.

EnterpriseAppId

AAD enterprise application Id used to setup SSO

State

State of the Single Sign On for the resource

Type

Type of Single Sign-On mechanism being used

Url

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 LiftrBaseSingleSignOnPropertiesV2.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LiftrBaseSingleSignOnPropertiesV2.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.ILiftrBaseSingleSignOnPropertiesV2.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LiftrBaseSingleSignOnPropertiesV2 into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to