StorageGraphBfgSpiiCertification

GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgSpiiCertification


Table of Contents ▼

Jump to a specific part of the page:

Description

A fact about potentially sensitive personal info (http://what/SPII) can be "certified" iff it meets specific requirements. See go/kg-spii-certification for details.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. authorityFeedback (type: GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgAuthorityFeedbackMetadata, default: nil)
    - This fact was provided via KGO / Entity Authority.
  2. legalRequest (type: GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgLegalRequestMetadata, default: nil)
    - This fact was provided via a legal request.
  3. publicInformation (type: GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgPublicInformationMetadata, default: nil)
    - This fact is public information. (See go/kg-spii-certification for a description of what qualifies as public information -- simply finding a fact online is not sufficient to certify a fact as public.)

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgSpiiCertification{
authorityFeedback: GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgAuthorityFeedbackMetadata.t() | nil,
legalRequest: GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgLegalRequestMetadata.t() | nil,
publicInformation: GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgPublicInformationMetadata.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgSpiiCertification