Type Alias ApiKeysConfig

type ApiKeysConfig = {
    max_api_key_expiry?: string;
    max_keys_per_user?: number;
    scim_externalClient_expiry?: string;
}
Index

Properties

max_api_key_expiry?: string

The maximum lifetime, in ISO8601 duration format, for which an API key can be issued for the specified tenant, e.g. P7D for 7 days.

max_keys_per_user?: number
scim_externalClient_expiry?: string