public static class UpdateLdapIdmapDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateLdapIdmapDetails |
build() |
UpdateLdapIdmapDetails.Builder |
cacheLifetimeSeconds(Integer cacheLifetimeSeconds)
The maximum amount of time the mount target is allowed to use a cached entry.
|
UpdateLdapIdmapDetails.Builder |
cacheRefreshIntervalSeconds(Integer cacheRefreshIntervalSeconds)
The amount of time that the mount target should allow an entry to persist in its cache
before attempting to refresh the entry.
|
UpdateLdapIdmapDetails.Builder |
copy(UpdateLdapIdmapDetails model) |
UpdateLdapIdmapDetails.Builder |
groupSearchBase(String groupSearchBase)
All LDAP searches are recursive starting at this group.
|
UpdateLdapIdmapDetails.Builder |
negativeCacheLifetimeSeconds(Integer negativeCacheLifetimeSeconds)
The amount of time that a mount target will maintain information that a user is not found
in the ID mapping configuration.
|
UpdateLdapIdmapDetails.Builder |
outboundConnector1Id(String outboundConnector1Id)
The OCID of the
first connector to use to communicate with the LDAP server.
|
UpdateLdapIdmapDetails.Builder |
outboundConnector2Id(String outboundConnector2Id)
The OCID of the
second connector to use to communicate with the LDAP server.
|
UpdateLdapIdmapDetails.Builder |
schemaType(UpdateLdapIdmapDetails.SchemaType schemaType)
Schema type of the LDAP account.
|
UpdateLdapIdmapDetails.Builder |
userSearchBase(String userSearchBase)
All LDAP searches are recursive starting at this user.
|
public UpdateLdapIdmapDetails.Builder schemaType(UpdateLdapIdmapDetails.SchemaType schemaType)
Schema type of the LDAP account.
schemaType
- the value to setpublic UpdateLdapIdmapDetails.Builder cacheRefreshIntervalSeconds(Integer cacheRefreshIntervalSeconds)
The amount of time that the mount target should allow an entry to persist in its cache before attempting to refresh the entry.
cacheRefreshIntervalSeconds
- the value to setpublic UpdateLdapIdmapDetails.Builder cacheLifetimeSeconds(Integer cacheLifetimeSeconds)
The maximum amount of time the mount target is allowed to use a cached entry.
cacheLifetimeSeconds
- the value to setpublic UpdateLdapIdmapDetails.Builder negativeCacheLifetimeSeconds(Integer negativeCacheLifetimeSeconds)
The amount of time that a mount target will maintain information that a user is not found in the ID mapping configuration.
negativeCacheLifetimeSeconds
- the value to setpublic UpdateLdapIdmapDetails.Builder userSearchBase(String userSearchBase)
All LDAP searches are recursive starting at this user.
Example: CN=User,DC=domain,DC=com
userSearchBase
- the value to setpublic UpdateLdapIdmapDetails.Builder groupSearchBase(String groupSearchBase)
All LDAP searches are recursive starting at this group.
Example: CN=Group,DC=domain,DC=com
groupSearchBase
- the value to setpublic UpdateLdapIdmapDetails.Builder outboundConnector1Id(String outboundConnector1Id)
The OCID of the first connector to use to communicate with the LDAP server.
outboundConnector1Id
- the value to setpublic UpdateLdapIdmapDetails.Builder outboundConnector2Id(String outboundConnector2Id)
The OCID of the second connector to use to communicate with the LDAP server.
outboundConnector2Id
- the value to setpublic UpdateLdapIdmapDetails build()
public UpdateLdapIdmapDetails.Builder copy(UpdateLdapIdmapDetails model)
Copyright © 2016–2024. All rights reserved.