Class: Google::Cloud::SecurityCenter::V1::AzureMetadata::AzureManagementGroup

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String

Returns The display name of the Azure management group.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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