google_api_security_center v0.7.0 GoogleApi.SecurityCenter.V1.Model.Finding View Source
Cloud Security Command Center (Cloud SCC) finding.
A finding is a record of assessment data like security, risk, health, or privacy, that is ingested into Cloud SCC for presentation, notification, analysis, policy testing, and enforcement. For example, a cross-site scripting (XSS) vulnerability in an App Engine application is a finding.
Attributes
category
(type:String.t
, default:nil
) - The additional taxonomy group within findings from a given source. This field is immutable after creation time. Example: "XSS_FLASH_INJECTION"createTime
(type:DateTime.t
, default:nil
) - The time at which the finding was created in Cloud SCC.eventTime
(type:DateTime.t
, default:nil
) - The time at which the event took place. For example, if the finding represents an open firewall it would capture the time the detector believes the firewall became open. The accuracy is determined by the detector.externalUri
(type:String.t
, default:nil
) - The URI that, if available, points to a web page outside of Cloud SCC where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL.name
(type:String.t
, default:nil
) - The relative resource name of this finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}"parent
(type:String.t
, default:nil
) - The relative resource name of the source the finding belongs to. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name This field is immutable after creation time. For example: "organizations/{organization_id}/sources/{source_id}"resourceName
(type:String.t
, default:nil
) - For findings on Google Cloud Platform (GCP) resources, the full resource name of the GCP resource this finding is for. See: https://cloud.google.com/apis/design/resource_names#full_resource_name When the finding is for a non-GCP resource, the resourceName can be a customer or partner defined string. This field is immutable after creation time.securityMarks
(type:GoogleApi.SecurityCenter.V1.Model.SecurityMarks.t
, default:nil
) - Output only. User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the finding.sourceProperties
(type:map()
, default:nil
) - Source specific properties. These properties are managed by the source that writes the finding. The key names in the source_properties map must be between 1 and 255 characters, and must start with a letter and contain alphanumeric characters or underscores only.state
(type:String.t
, default:nil
) - The state of the finding.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.SecurityCenter.V1.Model.Finding{ category: String.t(), createTime: DateTime.t(), eventTime: DateTime.t(), externalUri: String.t(), name: String.t(), parent: String.t(), resourceName: String.t(), securityMarks: GoogleApi.SecurityCenter.V1.Model.SecurityMarks.t(), sourceProperties: map(), state: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.