All credential types
This page describes the policy parameters that apply to credentials of all types. Individual credential type pages list additional parameters specific to that type, and may also override the default values defined here.
General
auditCredentialValue
- Data type: boolean
- Default: false
- Description: Determines whether the credential's value attribute should be printed in the audit log. Other attributes are not affected — they are audited regardless of this setting.
credentialLifetime
- Data type: long (>0)
- Default: 315360000000 (10 years in milliseconds)
- Description: The time to live (in milliseconds) of the credential. After the defined period of time, the user will no longer be able to use this credential. Individual credential types may override this default.
validityDateCalculationVersion
- Data type: enum
- Values:
v1,v2 - Default: v2
- Description: Controls how the credential's
validityTodate is calculated when not explicitly defined.- v1:
validityTois calculated from the date of modification. - v2:
validityTois calculated from the date ofvalidityFrom.
- v1: