Show / Hide Table of Contents

Class LdapBindAccountSummary

Summary information for the LDAP bind account used by the outbound connector.

Inheritance
object
OutboundConnectorSummary
LdapBindAccountSummary
Inherited Members
OutboundConnectorSummary.AvailabilityDomain
OutboundConnectorSummary.CompartmentId
OutboundConnectorSummary.Id
OutboundConnectorSummary.LifecycleState
OutboundConnectorSummary.DisplayName
OutboundConnectorSummary.TimeCreated
OutboundConnectorSummary.Locks
OutboundConnectorSummary.FreeformTags
OutboundConnectorSummary.DefinedTags
OutboundConnectorSummary.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class LdapBindAccountSummary : OutboundConnectorSummary

Properties

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

In this article
Back to top