View Source GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypeEndpointEvidence (google_api_checks v0.5.0)
Evidence based on an endpoint that data was sent to.
Attributes
-
attributedSdks
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypeEndpointEvidenceAttributedSdk.t)
, default:nil
) - Set of SDKs that are attributed to the exfiltration. -
endpointDetails
(type:list(GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypeEndpointEvidenceEndpointDetails.t)
, default:nil
) - Endpoints the data type was sent to. -
exfiltratedDataType
(type:String.t
, default:nil
) - Type of data that was exfiltrated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypeEndpointEvidence{ attributedSdks: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypeEndpointEvidenceAttributedSdk.t() ] | nil, endpointDetails: [ GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataTypeEndpointEvidenceEndpointDetails.t() ] | nil, exfiltratedDataType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.