IdentitySource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
vCenter Single Sign On Identity Source
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IdentitySourceTypeConverter))]
public class IdentitySource : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IIdentitySource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.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.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() |