Class: Google::Cloud::SecurityCenter::V2::AzureMetadata::AzureTenant
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::AzureMetadata::AzureTenant
- 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
-
#display_name ⇒ ::String
The display name of the Azure tenant.
-
#id ⇒ ::String
The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a".
Instance Attribute Details
#display_name ⇒ ::String
Returns 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".
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 |