View Source GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypeEvidence (google_api_checks v0.4.0)
Evidence collected about a data type.
Attributes
-
endpoints
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypeEndpointEvidence.t)
, default:nil
) - List of endpoints the data type was sent to. -
permissions
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypePermissionEvidence.t)
, default:nil
) - List of included permissions that imply collection of the data type. -
privacyPolicyTexts
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence.t)
, default:nil
) - List of privacy policy texts that imply collection of the data type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypeEvidence{ endpoints: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypeEndpointEvidence.t() ] | nil, permissions: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypePermissionEvidence.t() ] | nil, privacyPolicyTexts: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.