你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IdentitySource Class

Definition

vCenter Single Sign On Identity Source

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IdentitySourceTypeConverter))]
public class IdentitySource : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IIdentitySource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IdentitySourceTypeConverter))>]
type IdentitySource = class
    interface IIdentitySource
    interface IJsonSerializable
Public Class IdentitySource
Implements IIdentitySource
Inheritance
IdentitySource
Attributes
Implements

Constructors

IdentitySource()

Creates an new IdentitySource instance.

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IdentitySource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IdentitySource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IIdentitySource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IdentitySource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to