Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AgentAnomaly
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AgentAnomaly
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb
Instance Attribute Summary collapse
-
#confidence_score ⇒ Float
Corresponds to the JSON property
confidenceScore. -
#detector_references ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2DetectorReference>
Corresponds to the JSON property
detectorReferences. -
#invocation_references ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2InvocationReference>
Corresponds to the JSON property
invocationReferences.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2AgentAnomaly
constructor
A new instance of GoogleCloudSecuritycenterV2AgentAnomaly.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2AgentAnomaly
Returns a new instance of GoogleCloudSecuritycenterV2AgentAnomaly.
5053 5054 5055 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5053 def initialize(**args) update!(**args) end |
Instance Attribute Details
#confidence_score ⇒ Float
Corresponds to the JSON property confidenceScore
5041 5042 5043 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5041 def confidence_score @confidence_score end |
#detector_references ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2DetectorReference>
Corresponds to the JSON property detectorReferences
5046 5047 5048 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5046 def detector_references @detector_references end |
#invocation_references ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2InvocationReference>
Corresponds to the JSON property invocationReferences
5051 5052 5053 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5051 def invocation_references @invocation_references end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5058 5059 5060 5061 5062 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5058 def update!(**args) @confidence_score = args[:confidence_score] if args.key?(:confidence_score) @detector_references = args[:detector_references] if args.key?(:detector_references) @invocation_references = args[:invocation_references] if args.key?(:invocation_references) end |