GoogleApi.OnDemandScanning.V1.Model.SbomReferenceIntotoPayload (google_api_on_demand_scanning v0.7.0)
View SourceThe actual payload that contains the SBOM Reference data. The payload follows the intoto statement specification. See https://github.com/in-toto/attestation/blob/main/spec/v1.0/statement.md for more details.
Attributes
-
_type
(type:String.t
, default:nil
) - Identifier for the schema of the Statement. -
predicate
(type:GoogleApi.OnDemandScanning.V1.Model.SbomReferenceIntotoPredicate.t
, default:nil
) - Additional parameters of the Predicate. Includes the actual data about the SBOM. -
predicateType
(type:String.t
, default:nil
) - URI identifying the type of the Predicate. -
subject
(type:list(GoogleApi.OnDemandScanning.V1.Model.Subject.t)
, default:nil
) - Set of software artifacts that the attestation applies to. Each element represents a single software artifact.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OnDemandScanning.V1.Model.SbomReferenceIntotoPayload{ _type: String.t() | nil, predicate: GoogleApi.OnDemandScanning.V1.Model.SbomReferenceIntotoPredicate.t() | nil, predicateType: String.t() | nil, subject: [GoogleApi.OnDemandScanning.V1.Model.Subject.t()] | nil }