Class: Google::Cloud::SecurityCenter::V2::AzureMetadata::AzureResourceGroup
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::AzureMetadata::AzureResourceGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/resource.rb
Overview
Represents an Azure resource group.
Instance Attribute Summary collapse
-
#id ⇒ ::String
The ID of the Azure resource group.
-
#name ⇒ ::String
The name of the Azure resource group.
Instance Attribute Details
#id ⇒ ::String
218 219 220 221 |
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 218 class AzureResourceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
218 219 220 221 |
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 218 class AzureResourceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |