Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueSecurityContext
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueSecurityContext
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta2/classes.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb
Overview
Security context associated with an issue.
Instance Attribute Summary collapse
-
#aggregated_count ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount
Aggregated count of a security context.
-
#context ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueSecurityContextContext
Context of a security context.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueSecurityContext
constructor
A new instance of GoogleCloudSecuritycenterV2IssueSecurityContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueSecurityContext
Returns a new instance of GoogleCloudSecuritycenterV2IssueSecurityContext.
8693 8694 8695 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8693 def initialize(**args) update!(**args) end |
Instance Attribute Details
#aggregated_count ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount
Aggregated count of a security context.
Corresponds to the JSON property aggregatedCount
8686 8687 8688 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8686 def aggregated_count @aggregated_count end |
#context ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueSecurityContextContext
Context of a security context.
Corresponds to the JSON property context
8691 8692 8693 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8691 def context @context end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8698 8699 8700 8701 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8698 def update!(**args) @aggregated_count = args[:aggregated_count] if args.key?(:aggregated_count) @context = args[:context] if args.key?(:context) end |