Class: Google::Cloud::SecurityCenter::V2::AzureMetadata::AzureTenant

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v2/resource.rb

Overview

Represents a Microsoft Entra tenant.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns The display name of the Azure tenant.

Returns:

  • (::String)

    The display name of the Azure tenant.



231
232
233
234
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 231

class AzureTenant
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#id::String

Returns The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a".

Returns:

  • (::String)

    The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a".



231
232
233
234
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 231

class AzureTenant
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end