Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateOccurrenceParams

Parameters for the createOccurrence operation.

Hierarchy

  • CreateOccurrenceParams

Index

Properties

accountId

accountId: string

Account ID.

Optional context

context: Context

Details about the context of this Occurrence.

Optional createTime

createTime: string

Output only. The time this Occurrence was created.

Optional finding

finding: Finding

Details of the occurrence of a finding.

Optional headers

headers: OutgoingHttpHeaders

id

id: string

kind

Output only. This explicitly denotes which of the Occurrence details are specified. This field can be used as a filter in list requests.

Optional kpi

kpi: Kpi

Details of the occurrence of a KPI.

Optional name

name: string

Output only. The name of the Occurrence in the form "{account_id}/providers/{provider_id}/occurrences/{occuurence_id}".

noteName

noteName: string

An analysis note associated with this image, in the form "{account_id}/providers/{provider_id}/notes/{note_id}" This field can be used as a filter in list requests.

providerId

providerId: string

Part of parent. This contains the provider_id for example: providers/{provider_id}.

Optional remediation

remediation: string

Optional replaceIfExists

replaceIfExists: boolean

It allows replacing an existing occurrence when set to true.

Optional resourceUrl

resourceUrl: string

The unique URL of the resource, image or the container, for which the Occurrence applies. For example, https://gcr.io/provider/image@sha256:foo. This field can be used as a filter in list requests.

Optional updateTime

updateTime: string

Output only. The time this Occurrence was last updated.

Generated using TypeDoc