Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplication
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplication
- 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
The AppHub application associated with the resource, if any.
Instance Attribute Summary collapse
-
#attributes ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes
Consumer provided attributes for the application Corresponds to the JSON property
attributes. -
#name ⇒ String
The resource name of an Application.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResourceApplication
constructor
A new instance of GoogleCloudSecuritycenterV2IssueResourceApplication.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResourceApplication
Returns a new instance of GoogleCloudSecuritycenterV2IssueResourceApplication.
7637 7638 7639 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7637 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attributes ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes
Consumer provided attributes for the application
Corresponds to the JSON property attributes
7629 7630 7631 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7629 def attributes @attributes end |
#name ⇒ String
The resource name of an Application. Format: projects/host-project-id/
locations/location/applications/application-id`
Corresponds to the JSON propertyname`
7635 7636 7637 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7635 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7642 7643 7644 7645 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7642 def update!(**args) @attributes = args[:attributes] if args.key?(:attributes) @name = args[:name] if args.key?(:name) end |