Module constants

Source

Re-exports§

pub use self::entries::*;
pub use self::uuids::*;
pub use self::values::*;

Modules§

entries
Constant Entries for the IDM
uuids
values

Constants§

AUTH_SESSION_TIMEOUT
CHANGELOG_MAX_AGE
A replica may be up to 7 days out of sync before being denied updates.
DB_LOCK_ACQUIRE_TIMEOUT_MILLIS
The amount of time to wait to acquire a database ticket before timing out. Higher values allow greater operation queuing but can cause feedback loops where operations will stall for long periods.
DEFAULT_AUTH_PRIVILEGE_EXPIRY
DEFAULT_AUTH_SESSION_EXPIRY
DEFAULT_AUTH_SESSION_LIMITED_EXPIRY
DEFAULT_LIMIT_API_SEARCH_MAX_FILTER_TEST
the default number of entries that may be examined in a partially indexed query by an api token.
DEFAULT_LIMIT_API_SEARCH_MAX_RESULTS
The default number of entries than an api token may retrieve in a search;
DEFAULT_LIMIT_FILTER_DEPTH_MAX
The maximum amount of recursion allowed in a filter.
DEFAULT_LIMIT_FILTER_MAX_ELEMENTS
The maximum number of items in a filter, regardless of nesting level.
DEFAULT_LIMIT_SEARCH_MAX_FILTER_TEST
the default number of entries that may be examined in a partially indexed query.
DEFAULT_LIMIT_SEARCH_MAX_RESULTS
The default number of entries that a user may retrieve in a search
DELAYED_ACTION_BATCH_SIZE
The number of delayed actions to consider per write transaction. Higher values allow more coalescing to occur, but may consume more ram and cause some latency while dequeuing and writing those operations.
DOMAIN_LEVEL_0
Domain level 0 - this indicates that this instance is a new install and has never had a domain level previously.
DOMAIN_LEVEL_7
Domain Level introduced with 1.3.0. Deprecated as of 1.5.0
DOMAIN_LEVEL_8
Domain Level introduced with 1.4.0. Deprecated as of 1.6.0
DOMAIN_LEVEL_9
Domain Level introduced with 1.5.0. Deprecated as of 1.7.0
DOMAIN_LEVEL_10
Domain Level introduced with 1.6.0. Deprecated as of 1.8.0
DOMAIN_LEVEL_11
Domain Level introduced with 1.7.0. Deprecated as of 1.9.0
DOMAIN_MAX_LEVEL
DOMAIN_MIN_LEVEL
DOMAIN_MIN_REMIGRATION_LEVEL
DOMAIN_PREVIOUS_TGT_LEVEL
DOMAIN_TGT_LEVEL
DOMAIN_TGT_NEXT_LEVEL
DOMAIN_TGT_PATCH_LEVEL
MAXIMUM_AUTH_PRIVILEGE_EXPIRY
MAXIMUM_AUTH_SESSION_EXPIRY
MFAREG_SESSION_TIMEOUT
OAUTH2_ACCESS_TOKEN_EXPIRY
How long access tokens should last. This is NOT the length of the refresh token, which is bound to the issuing session.
OAUTH_REFRESH_TOKEN_EXPIRY
PATCH_LEVEL_2
PURGE_FREQUENCY
PW_MIN_LENGTH
RECYCLEBIN_MAX_AGE
In production we allow 1 week
REPL_MTLS_CERTIFICATE_DAYS
The number of days that the default replication MTLS cert lasts for when configured manually. Defaults to 4 years (including 1 day for the leap year).
REPL_SUPPLIER_ADVANCE_WINDOW
The amount of time a suppliers clock can be “ahead” before we warn about possible clock synchronisation issues.
SYSTEM_INDEX_VERSION

Type Aliases§

DomainVersion