View Source GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2TicketInfo (google_api_security_center v0.29.0)

Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.

Attributes

  • assignee (type: String.t, default: nil) - The assignee of the ticket in the ticket system.
  • description (type: String.t, default: nil) - The description of the ticket in the ticket system.
  • id (type: String.t, default: nil) - The identifier of the ticket in the ticket system.
  • status (type: String.t, default: nil) - The latest status of the ticket, as reported by the ticket system.
  • updateTime (type: DateTime.t, default: nil) - The time when the ticket was last updated, as reported by the ticket system.
  • uri (type: String.t, default: nil) - The link to the ticket in the ticket system.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2TicketInfo{
  assignee: String.t() | nil,
  description: String.t() | nil,
  id: String.t() | nil,
  status: String.t() | nil,
  updateTime: DateTime.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.