Class: Google::Cloud::SecurityCenter::V1::AzureMetadata::AzureManagementGroup
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::AzureMetadata::AzureManagementGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/resource.rb
Overview
Represents an Azure management group.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The display name of the Azure management group.
-
#id ⇒ ::String
The UUID of the Azure management group, for example,
20000000-0001-0000-0000-000000000000
.
Instance Attribute Details
#display_name ⇒ ::String
Returns The display name of the Azure management group.
176 177 178 179 |
# File 'proto_docs/google/cloud/securitycenter/v1/resource.rb', line 176 class AzureManagementGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns The UUID of the Azure management group, for example,
20000000-0001-0000-0000-000000000000
.
176 177 178 179 |
# File 'proto_docs/google/cloud/securitycenter/v1/resource.rb', line 176 class AzureManagementGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |