Skip to main content

GeneralSettings

New general settings.

Properties

NameTypeDescriptionNotes
AuthenticationSessionLifetimeint?The amount of time in seconds before an authenticated user needs to re-authenticate. Default is 900.[optional]
AuthenticatorActivationTypestringA setting that indicates the type of token automatically created for the user when it is created. Choices are NONE, ENTRUST_SOFT_TOKEN or GOOGLE_AUTHENTICATOR. Default is ENTRUST_SOFT_TOKEN.[optional]
CorsEnabledbool?A flag that indicates if CORS is enabled for this account.[optional]
CorsOriginsList<CorsOrigin>A list of origins that cross-origin requests are allowed from.[optional]
DefaultGridbool?A flag that indicates if a grid card is created for the user when it is created.[optional] [default to false]
DefaultMobileSmartCredentialbool?A flag that indicates whether to automatically enroll a smart credential for the user when it is created. Default is false.[optional]
DefaultPasswordbool?A flag that indicates if a default password is created for the user when it is created. Default is true.[optional]
DynamicLinkingTransactionLifetimeint?The amount of time in seconds before a dynamic linking transaction expired. Default is 300.[optional]
EnableEnhancedAuthenticationDetailsbool?Indicates whether to enable Enhanced Authentication Details or not.[optional]
InactivityGracePeriodint?The amount of time in seconds that administrators can grant for users.[optional] [default to 3600]
LockoutCountint?The number of failed authentications before a user is locked out. Default is 5.[optional]
LockoutLifetimeint?The amount of time in seconds before a user lockout expires. A value of 0 means the lockout never expires. Minimum is 0. Default is 0.[optional]
LockoutModestringThe lockout mode to use for your IntelliTrust account. The AUTHENTICATOR lockout mode means a per-authenticator lockout will be enforced. When a user locks an authenticator they can no longer use that authenticator but can still use an alternative authenticator to log in. The USER lockout mode will lock out a user if any of their authenticators have been locked.[optional]
ManageInactiveUsersbool?Indicates whether to block users who have not authenticated for a time being.[optional] [default to false]
MaxFIDOTokensPerUserint?The maximum number of FIDO tokens that a user can have. Default is 5.[optional]
MaxGridsPerUserint?The maximum number of grids that a user can have. Default is 5.[optional]
MaxNumberOfPushTransactionsQueuedint?Maximum number of queued push transactions. Default is 1.[optional]
MaxSmartCredentialsPerUserint?The maximum number of smart credentials that a user can have. Default is 3.[optional]
MaxTokensPerUserint?The maximum number of tokens that a user can have. Default is 5.[optional]
PushAuthenticationLifetimeint?The amount of time in seconds before a push authentication requires expires if a response is not received from the mobile application. Default is 300.[optional]
PushTransactionLifetimeint?The amount of time in seconds that a push transaction can be queued. Default is 60.[optional]
RegistrationPeriodint?The user registration period in days. Default is 0. Deprecated: use the SelfServiceSettings registrationEnabled attribute.[optional]
ShowOnboardingWizardbool?Indicates whether the Get Started wizard should be shown or not.[optional]
SmartCredentialDefnstringThe UUID of the Smart Credential Definition to use when a user enrolls a Smart Credential.[optional]
UserInactivityThresholdint?The amount of time in seconds for a user to be inactive.[optional] [default to 2592000]