View Source GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckEvidence (google_api_checks v0.3.0)
Evidence for a check.
Attributes
-
dataSecurity
(type:GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckDataSecurityEvidence.t
, default:nil
) - Evidence concerning data security. -
dataTypes
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckDataTypeEvidence.t)
, default:nil
) - Evidence concerning data types found in your app. -
endpointRestrictionViolations
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence.t)
, default:nil
) - Evidence collected from endpoint restriction violation analysis. -
endpoints
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckEndpointEvidence.t)
, default:nil
) - Evidence concerning endpoints that were contacted by your app. -
permissionRestrictionViolations
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidence.t)
, default:nil
) - Evidence collected from permission restriction violation analysis. -
permissions
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckPermissionEvidence.t)
, default:nil
) - Evidence concerning permissions that were found in your app. -
privacyPolicyTexts
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence.t)
, default:nil
) - Evidence collected from your privacy policy(s). -
sdkIssues
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckSdkIssueEvidence.t)
, default:nil
) - Evidence concerning SDK issues. -
sdkRestrictionViolations
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence.t)
, default:nil
) - Evidence collected from SDK restriction violation analysis. -
sdks
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckSdkEvidence.t)
, default:nil
) - Evidence concerning SDKs that were found in your app.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckEvidence{ dataSecurity: GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckDataSecurityEvidence.t() | nil, dataTypes: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckDataTypeEvidence.t() ] | nil, endpointRestrictionViolations: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence.t() ] | nil, endpoints: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckEndpointEvidence.t() ] | nil, permissionRestrictionViolations: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidence.t() ] | nil, permissions: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckPermissionEvidence.t() ] | nil, privacyPolicyTexts: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence.t() ] | nil, sdkIssues: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckSdkIssueEvidence.t() ] | nil, sdkRestrictionViolations: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence.t() ] | nil, sdks: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckSdkEvidence.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.