Share via


NeonSingleSignOnProperties Class

Definition

Properties specific to Single Sign On Resource.

public class NeonSingleSignOnProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NeonPostgres.Models.NeonSingleSignOnProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NeonPostgres.Models.NeonSingleSignOnProperties>
type NeonSingleSignOnProperties = class
    interface IJsonModel<NeonSingleSignOnProperties>
    interface IPersistableModel<NeonSingleSignOnProperties>
Public Class NeonSingleSignOnProperties
Implements IJsonModel(Of NeonSingleSignOnProperties), IPersistableModel(Of NeonSingleSignOnProperties)
Inheritance
NeonSingleSignOnProperties
Implements

Constructors

NeonSingleSignOnProperties()

Initializes a new instance of NeonSingleSignOnProperties.

Properties

AadDomains

List of AAD domains fetched from Microsoft Graph for user.

EnterpriseAppId

AAD enterprise application Id used to setup SSO.

SingleSignOnState

State of the Single Sign On for the organization.

SingleSignOnUri

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NeonSingleSignOnProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NeonSingleSignOnProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NeonSingleSignOnProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NeonSingleSignOnProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NeonSingleSignOnProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to