Share via


AstroSingleSignOnProperties Class

Definition

Properties specific to Single Sign On Resource.

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

Constructors

AstroSingleSignOnProperties()

Initializes a new instance of AstroSingleSignOnProperties.

Properties

AadDomains

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.

SingleSignOnUri

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

Explicit Interface Implementations

IJsonModel<AstroSingleSignOnProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AstroSingleSignOnProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AstroSingleSignOnProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AstroSingleSignOnProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AstroSingleSignOnProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to