public static class LdapBindAccount.Builder extends Object
Constructor and Description |
---|
Builder() |
public LdapBindAccount.Builder availabilityDomain(String availabilityDomain)
public LdapBindAccount.Builder compartmentId(String compartmentId)
public LdapBindAccount.Builder id(String id)
public LdapBindAccount.Builder lifecycleState(OutboundConnector.LifecycleState lifecycleState)
public LdapBindAccount.Builder displayName(String displayName)
public LdapBindAccount.Builder timeCreated(Date timeCreated)
public LdapBindAccount.Builder locks(List<ResourceLock> locks)
public LdapBindAccount.Builder freeformTags(Map<String,String> freeformTags)
public LdapBindAccount.Builder endpoints(List<Endpoint> endpoints)
Array of server endpoints to use when connecting with the LDAP bind account.
endpoints
- the value to setpublic LdapBindAccount.Builder bindDistinguishedName(String bindDistinguishedName)
The LDAP Distinguished Name of the account.
bindDistinguishedName
- the value to setpublic LdapBindAccount.Builder passwordSecretId(String passwordSecretId)
The OCID of the password for the LDAP bind account in the Vault.
passwordSecretId
- the value to setpublic LdapBindAccount.Builder passwordSecretVersion(Integer passwordSecretVersion)
Version of the password secret in the Vault to use.
passwordSecretVersion
- the value to setpublic LdapBindAccount build()
public LdapBindAccount.Builder copy(LdapBindAccount model)
Copyright © 2016–2024. All rights reserved.