static UpdateLdapIdmapDetails.Builder |
UpdateLdapIdmapDetails.builder() |
Create a new builder.
|
UpdateLdapIdmapDetails.Builder |
UpdateLdapIdmapDetails.Builder.cacheLifetimeSeconds(Integer cacheLifetimeSeconds) |
The maximum amount of time the mount target is allowed to use a cached entry.
|
UpdateLdapIdmapDetails.Builder |
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 |
UpdateLdapIdmapDetails.Builder.copy(UpdateLdapIdmapDetails model) |
|
UpdateLdapIdmapDetails.Builder |
UpdateLdapIdmapDetails.Builder.groupSearchBase(String groupSearchBase) |
All LDAP searches are recursive starting at this group.
|
UpdateLdapIdmapDetails.Builder |
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 |
UpdateLdapIdmapDetails.Builder.outboundConnector1Id(String outboundConnector1Id) |
The OCID of the
first connector to use to communicate with the LDAP server.
|
UpdateLdapIdmapDetails.Builder |
UpdateLdapIdmapDetails.Builder.outboundConnector2Id(String outboundConnector2Id) |
The OCID of the
second connector to use to communicate with the LDAP server.
|
UpdateLdapIdmapDetails.Builder |
UpdateLdapIdmapDetails.Builder.schemaType(UpdateLdapIdmapDetails.SchemaType schemaType) |
Schema type of the LDAP account.
|
UpdateLdapIdmapDetails.Builder |
UpdateLdapIdmapDetails.toBuilder() |
|
UpdateLdapIdmapDetails.Builder |
UpdateLdapIdmapDetails.Builder.userSearchBase(String userSearchBase) |
All LDAP searches are recursive starting at this user.
|