The Data Classification object includes information about data classification levels and data category types.
Attributes
Section titled “Attributes”category_id
- Type:
integer_t - Requirement: recommended
- Values:
0-Unknown: The type is not mapped. See thedata_typeattribute, which contains a data source specific value.1-Personal: Any Personally Identifiable Information (PII), Electronic Personal Health Information (ePHI), or similarly personal information. E.g., full name, home address, date of birth, etc.2-Governmental: Any sensitive government identification number related to a person or other classified material. E.g., Passport numbers, driver license numbers, business identification, taxation identifiers, etc.3-Financial: Any financially-related sensitive information or Cardholder Data (CHD). E.g., banking account numbers, credit card numbers, International Banking Account Numbers (IBAN), SWIFT codes, etc.4-Business: Any business-specific sensitive data such as intellectual property, trademarks, copyrights, human resource data, Board of Directors meeting minutes, and similar.5-Military and Law Enforcement: Any mission-specific sensitive data for military, law enforcement, or other government agencies such as specifically classified data, weapon systems information, or other planning data.6-Security: Any sensitive security-related data such as passwords, passkeys, IP addresses, API keys, credentials and similar secrets. E.g., AWS Access Secret Key, SaaS API Keys, user passwords, database credentials, etc.99-Other: Any other type of data classification or a multi-variate classification made up of several other classification categories.
The normalized identifier of the data classification category.
classifier_details
- Type:
classifier_details - Requirement: recommended
Describes details about the classifier used for data classification.
confidentiality_id
- Type:
integer_t - Requirement: recommended
- Values:
0-Unknown: The confidentiality is unknown.1-Not Confidential2-Confidential3-Secret4-Top Secret5-Private6-Restricted99-Other: The confidentiality is not mapped. See theconfidentialityattribute, which contains a data source specific value.
The normalized identifier of the file content confidentiality indicator.
status
- Type:
string_t - Requirement: recommended
The resultant status of the classification job normalized to the caption of the status_id value. In the case of ‘Other’, it is defined by the event source.
status_id
- Type:
integer_t - Requirement: recommended
- Values:
0-Unknown: The status is unknown.1-Complete: The classification job completed for the evaluated resource.2-Partial: The classification job partially completed for the evaluated resource.3-Fail: The classification job failed for the evaluated resource.99-Other: The classification job type id is not mapped.
The normalized status identifier of the classification job.
category
- Type:
string_t - Requirement: optional
The name of the data classification category that data matched into, e.g. Financial, Personal, Governmental, etc.
confidentiality
- Type:
string_t - Requirement: optional
The file content confidentiality, normalized to the confidentiality_id value. In the case of ‘Other’, it is defined by the event source.
discovery_details
- Type:
discovery_details - Requirement: optional
Details about the data discovered by classification job.
policy
- Type:
policy - Requirement: optional
Details about the data policy that governs data handling and security measures related to classification.
size
- Type:
long_t - Requirement: optional
Size of the data classified.
src_url
- Type:
url_t - Requirement: optional
The source URL pointing towards the full classifcation job details.
status_details
- Type:
string_t - Requirement: optional
The contextual description of the status, status_id value.
total
- Type:
integer_t - Requirement: optional
The total count of discovered entities, by the classification job.
uid
- Type:
string_t - Requirement: optional
The unique identifier of the classification job.
Constraints
Section titled “Constraints”At least one of: category_id, confidentiality_id