Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AuthenticationFactorSettingsEndpointRestrictions

Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user

*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: complex - uniqueness: none

Properties

maxEndpointTrustDurationInDays

maxEndpointTrustDurationInDays: number

Maximum number of days until an endpoint can be trusted

*SCIM++ Properties:** - idcsMaxValue: 180 - idcsMinValue: 1 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

maxEnrolledDevices

maxEnrolledDevices: number

Maximum number of enrolled devices per user

*SCIM++ Properties:** - idcsMaxValue: 20 - idcsMinValue: 1 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

maxIncorrectAttempts

maxIncorrectAttempts: number

An integer that represents the maximum number of failed MFA logins before an account is locked

*SCIM++ Properties:** - idcsMaxValue: 20 - idcsMinValue: 5 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

maxTrustedEndpoints

maxTrustedEndpoints: number

Max number of trusted endpoints per user

*SCIM++ Properties:** - idcsMaxValue: 20 - idcsMinValue: 1 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

trustedEndpointsEnabled

trustedEndpointsEnabled: boolean

Specify if trusted endpoints are enabled

*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean - uniqueness: none

Functions

getDeserializedJsonObj

getJsonObj