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