Class: Google::Cloud::SecurityCenter::V1::AzureMetadata::AzureResourceGroup
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::AzureMetadata::AzureResourceGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/resource.rb
Overview
Represents an Azure resource group.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the Azure resource group.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the Azure resource group. This is not a UUID.
198 199 200 201 |
# File 'proto_docs/google/cloud/securitycenter/v1/resource.rb', line 198 class AzureResourceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |