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.
7875 7876 7877 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7875 def initialize(**args) update!(**args) end |
Instance Attribute Details
#domains ⇒ Array<String>
Corresponds to the JSON property domains
7858 7859 7860 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7858 def domains @domains end |
#ip_addresses ⇒ Array<String>
Corresponds to the JSON property ipAddresses
7863 7864 7865 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7863 def ip_addresses @ip_addresses end |
#signatures ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2ProcessSignature>
Corresponds to the JSON property signatures
7868 7869 7870 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7868 def signatures @signatures end |
#uris ⇒ Array<String>
Corresponds to the JSON property uris
7873 7874 7875 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7873 def uris @uris end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7880 7881 7882 7883 7884 7885 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7880 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 |