GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueSecurityContext (google_api_security_center v0.39.0)
View SourceSecurity context associated with an issue.
Attributes
-
aggregatedCount
(type:GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount.t
, default:nil
) - The aggregated count of the security context. -
context
(type:GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueSecurityContextContext.t
, default:nil
) - The context of the security context.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueSecurityContext{ aggregatedCount: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount.t() | nil, context: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueSecurityContextContext.t() | nil }