Class: Google::Cloud::SecurityCenter::V1::AzureMetadata::AzureSubscription
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::AzureMetadata::AzureSubscription
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/resource.rb
Overview
Represents an Azure subscription.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The display name of the Azure subscription.
-
#id ⇒ ::String
The UUID of the Azure subscription, for example,
291bba3f-e0a5-47bc-a099-3bdcb2a50a05
.
Instance Attribute Details
#display_name ⇒ ::String
Returns The display name of the Azure subscription.
189 190 191 192 |
# File 'proto_docs/google/cloud/securitycenter/v1/resource.rb', line 189 class AzureSubscription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns The UUID of the Azure subscription, for example,
291bba3f-e0a5-47bc-a099-3bdcb2a50a05
.
189 190 191 192 |
# File 'proto_docs/google/cloud/securitycenter/v1/resource.rb', line 189 class AzureSubscription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |