Skip to main content

LockoutConfiguration

Import this model from the entry point of its package:

import { LockoutConfiguration } from '@sailpoint/angular-sdk/global_tenant_security_settings';

Properties

NameTypeDescriptionNotes
maximumAttempts(optional) numberThe maximum attempts allowed before lockout occurs.[default to undefined]
lockoutDuration(optional) numberThe total time in minutes a user will be locked out.[default to undefined]
lockoutWindow(optional) numberA rolling window where authentication attempts in a series count towards the maximum before lockout occurs.[default to undefined]