DocumentAttributeSensitivity

Attribute sensitivity classification.

These values are ordered in terms of sensitivity, ranging from VALIDITY being the least sensitive and PII being the highest. New values may be added in the future so applications should be careful serializing these values to storage or transmitting them to other applications.

These levels should always be considered in context (including whether a presentment is proximity or online), and is not an indication of risk by themselves. For example for presentment of a credential to a website level PORTRAIT_IMAGE should be considered risky whereas for proximity presentment it's not.

Entries

Link copied to clipboard

The attribute conveys information about the validity of the underlying document or credential.

Link copied to clipboard

The attribute conveys information about the issuer of the document.

Link copied to clipboard

The attribute conveys information about the subject's age, e.g. age_over_21 or age_in_years. This does not include e.g. a subject's birthdate since this can reliably identify an individual.

Link copied to clipboard

The holder's portrait image, used to prove that the individual presenting a credential is the authorized holder.

Link copied to clipboard

The attribute contains Personally Identifiable Information about the subject, for example name, street address, or birthdate.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.