Class: Google::Cloud::SecurityCenter::V2::AzureMetadata::AzureSubscription

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 an Azure subscription.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns The display name of the Azure subscription.

Returns:

  • (::String)

    The display name of the Azure subscription.



197
198
199
200
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 197

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.

Returns:

  • (::String)

    The UUID of the Azure subscription, for example, 291bba3f-e0a5-47bc-a099-3bdcb2a50a05.



197
198
199
200
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 197

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