Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplication

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#attributesGoogle::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

#nameString

The resource name of an Application. Format: projects/host-project-id/ locations/location/applications/application-id` Corresponds to the JSON propertyname`

Returns:

  • (String)


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