IIdentitySource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IdentitySourceTypeConverter))]
public interface IIdentitySource : Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IdentitySourceTypeConverter))>]
type IIdentitySource = interface
    interface IJsonSerializable
Public Interface IIdentitySource
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to