FaceUpdateParms
Face Biometric Parameters for a user.
Properties
Name | Type | Description | Notes |
---|---|---|---|
expiry | OffsetDateTime | Date the authenticator will expire. | [optional] |
id | String | The ID of the authenticator to update. | [optional] |
status | StatusEnum | The status of the authenticator. | [optional] |
StatusEnum
Name | Value |
---|---|
ACTIVATING | "ACTIVATING" |
ACTIVE | "ACTIVE" |
FAILED | "FAILED" |
EXPIRED | "EXPIRED" |
REVIEW | "REVIEW" |
DISABLED | "DISABLED" |
NEW | "NEW" |