Class LdapBindAccountSummary
Summary information for the LDAP bind account used by the outbound connector.
Inherited Members
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class LdapBindAccountSummary : OutboundConnectorSummaryProperties
BindDistinguishedName
Declaration
[Required(ErrorMessage = "BindDistinguishedName is required.")]
[JsonProperty(PropertyName = "bindDistinguishedName")]
public string BindDistinguishedName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The LDAP Distinguished Name of the account. | 
Remarks
Required
Endpoints
Declaration
[Required(ErrorMessage = "Endpoints is required.")]
[JsonProperty(PropertyName = "endpoints")]
public List<Endpoint> Endpoints { get; set; }Property Value
| Type | Description | 
|---|---|
| List<Endpoint> | Array of server endpoints to use when connecting with the LDAP bind account. | 
Remarks
Required