Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadata
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadata
- 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
Overview
The Azure metadata of a resource associated with an issue.
Instance Attribute Summary collapse
-
#subscription ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadataAzureSubscription
The Azure subscription of the resource associated with the issue.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResourceAzureMetadata
constructor
A new instance of GoogleCloudSecuritycenterV2IssueResourceAzureMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResourceAzureMetadata
Returns a new instance of GoogleCloudSecuritycenterV2IssueResourceAzureMetadata.
7066 7067 7068 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7066 def initialize(**args) update!(**args) end |
Instance Attribute Details
#subscription ⇒ Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadataAzureSubscription
The Azure subscription of the resource associated with the issue.
Corresponds to the JSON property subscription
7064 7065 7066 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7064 def subscription @subscription end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7071 7072 7073 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7071 def update!(**args) @subscription = args[:subscription] if args.key?(:subscription) end |