Share via


LambdaTestHyperExecuteSingleSignOnPropertiesV2 Class

Definition

Properties specific to Single Sign On Resource.

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

Constructors

LambdaTestHyperExecuteSingleSignOnPropertiesV2(LambdaTestHyperExecuteSingleSignOnType)

Initializes a new instance of LambdaTestHyperExecuteSingleSignOnPropertiesV2.

Properties

AadDomains

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.

Uri

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LambdaTestHyperExecuteSingleSignOnPropertiesV2>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LambdaTestHyperExecuteSingleSignOnPropertiesV2>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LambdaTestHyperExecuteSingleSignOnPropertiesV2>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LambdaTestHyperExecuteSingleSignOnPropertiesV2>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LambdaTestHyperExecuteSingleSignOnPropertiesV2>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to