Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Indicator
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Indicator
- 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
-
#domains ⇒ Array<String>
Corresponds to the JSON property
domains. -
#ip_addresses ⇒ Array<String>
Corresponds to the JSON property
ipAddresses. -
#signatures ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2ProcessSignature>
Corresponds to the JSON property
signatures. -
#uris ⇒ Array<String>
Corresponds to the JSON property
uris.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Indicator
constructor
A new instance of GoogleCloudSecuritycenterV2Indicator.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Indicator
Returns a new instance of GoogleCloudSecuritycenterV2Indicator.
7503 7504 7505 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7503 def initialize(**args) update!(**args) end |
Instance Attribute Details
#domains ⇒ Array<String>
Corresponds to the JSON property domains
7486 7487 7488 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7486 def domains @domains end |
#ip_addresses ⇒ Array<String>
Corresponds to the JSON property ipAddresses
7491 7492 7493 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7491 def ip_addresses @ip_addresses end |
#signatures ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2ProcessSignature>
Corresponds to the JSON property signatures
7496 7497 7498 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7496 def signatures @signatures end |
#uris ⇒ Array<String>
Corresponds to the JSON property uris
7501 7502 7503 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7501 def uris @uris end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7508 7509 7510 7511 7512 7513 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7508 def update!(**args) @domains = args[:domains] if args.key?(:domains) @ip_addresses = args[:ip_addresses] if args.key?(:ip_addresses) @signatures = args[:signatures] if args.key?(:signatures) @uris = args[:uris] if args.key?(:uris) end |