Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResource
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResource
- 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
-
#adc_application ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAdcApplication
Corresponds to the JSON property
adcApplication. -
#adc_application_template ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAdcApplicationTemplateRevision
Corresponds to the JSON property
adcApplicationTemplate. -
#adc_shared_template ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAdcSharedTemplateRevision
Corresponds to the JSON property
adcSharedTemplate. -
#application ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceApplication
Corresponds to the JSON property
application. -
#aws_metadata ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata
Corresponds to the JSON property
awsMetadata. -
#azure_metadata ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadata
Corresponds to the JSON property
azureMetadata. -
#cloud_provider ⇒ String
Corresponds to the JSON property
cloudProvider. -
#display_name ⇒ String
Corresponds to the JSON property
displayName. -
#google_cloud_metadata ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata
Corresponds to the JSON property
googleCloudMetadata. -
#name ⇒ String
Corresponds to the JSON property
name. -
#type ⇒ String
Corresponds to the JSON property
type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResource
constructor
A new instance of GoogleCloudSecuritycenterV2IssueResource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResource
Returns a new instance of GoogleCloudSecuritycenterV2IssueResource.
8020 8021 8022 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8020 def initialize(**args) update!(**args) end |
Instance Attribute Details
#adc_application ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAdcApplication
Corresponds to the JSON property adcApplication
7968 7969 7970 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7968 def adc_application @adc_application end |
#adc_application_template ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAdcApplicationTemplateRevision
Corresponds to the JSON property adcApplicationTemplate
7973 7974 7975 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7973 def adc_application_template @adc_application_template end |
#adc_shared_template ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAdcSharedTemplateRevision
Corresponds to the JSON property adcSharedTemplate
7978 7979 7980 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7978 def adc_shared_template @adc_shared_template end |
#application ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceApplication
Corresponds to the JSON property application
7983 7984 7985 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7983 def application @application end |
#aws_metadata ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata
Corresponds to the JSON property awsMetadata
7988 7989 7990 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7988 def @aws_metadata end |
#azure_metadata ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadata
Corresponds to the JSON property azureMetadata
7993 7994 7995 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7993 def @azure_metadata end |
#cloud_provider ⇒ String
Corresponds to the JSON property cloudProvider
7998 7999 8000 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7998 def cloud_provider @cloud_provider end |
#display_name ⇒ String
Corresponds to the JSON property displayName
8003 8004 8005 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8003 def display_name @display_name end |
#google_cloud_metadata ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata
Corresponds to the JSON property googleCloudMetadata
8008 8009 8010 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8008 def @google_cloud_metadata end |
#name ⇒ String
Corresponds to the JSON property name
8013 8014 8015 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8013 def name @name end |
#type ⇒ String
Corresponds to the JSON property type
8018 8019 8020 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8018 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8025 8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8025 def update!(**args) @adc_application = args[:adc_application] if args.key?(:adc_application) @adc_application_template = args[:adc_application_template] if args.key?(:adc_application_template) @adc_shared_template = args[:adc_shared_template] if args.key?(:adc_shared_template) @application = args[:application] if args.key?(:application) @aws_metadata = args[:aws_metadata] if args.key?(:aws_metadata) @azure_metadata = args[:azure_metadata] if args.key?(:azure_metadata) @cloud_provider = args[:cloud_provider] if args.key?(:cloud_provider) @display_name = args[:display_name] if args.key?(:display_name) @google_cloud_metadata = args[:google_cloud_metadata] if args.key?(:google_cloud_metadata) @name = args[:name] if args.key?(:name) @type = args[:type] if args.key?(:type) end |