View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityReportResultMetadata (google_api_apigee v0.46.0)

Contains informations about the security report results.

Attributes

  • expires (type: String.t, default: nil) - Output only. Expire_time is set to 7 days after report creation. Query result will be unaccessable after this time. Example: "2021-05-04T13:38:52-07:00"
  • self (type: String.t, default: nil) - Self link of the query results. Example: /organizations/myorg/environments/myenv/securityReports/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result or following format if query is running at host level: /organizations/myorg/hostSecurityReports/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityReportResultMetadata{
    expires: String.t() | nil,
    self: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.