View Source GoogleApi.ContainerAnalysis.V1.Model.Publisher (google_api_container_analysis v0.28.0)

Publisher contains information about the publisher of this Note.

Attributes

  • issuingAuthority (type: String.t, default: nil) - Provides information about the authority of the issuing party to release the document, in particular, the party's constituency and responsibilities or other obligations.
  • name (type: String.t, default: nil) - Name of the publisher. Examples: 'Google', 'Google Cloud Platform'.
  • publisherNamespace (type: String.t, default: nil) - The context or namespace. Contains a URL which is under control of the issuing party and can be used as a globally unique identifier for that issuing party. Example: https://csaf.io

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.Publisher{
  issuingAuthority: String.t() | nil,
  name: String.t() | nil,
  publisherNamespace: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.