SingleSignOnIdentitySource Class

Definition

vCenter Single Sign On Identity Source.

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

Constructors

SingleSignOnIdentitySource()

Initializes a new instance of SingleSignOnIdentitySource.

Properties

Alias

The domain's NetBIOS name.

BaseGroupDN

The base distinguished name for groups.

BaseUserDN

The base distinguished name for users.

Domain

The domain's dns name.

Name

The name of the identity source.

Password

The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups.

PrimaryServer

Primary server URL.

SecondaryServer

Secondary server URL.

Ssl

Protect LDAP communication using SSL certificate (LDAPS).

Username

The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group.

Explicit Interface Implementations

IJsonModel<SingleSignOnIdentitySource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SingleSignOnIdentitySource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SingleSignOnIdentitySource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SingleSignOnIdentitySource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SingleSignOnIdentitySource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to