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

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

Overview

Azure metadata associated with the resource, only applicable if the finding's cloud provider is Microsoft Azure.

Defined Under Namespace

Classes: AzureManagementGroup, AzureResourceGroup, AzureSubscription

Instance Attribute Summary collapse

Instance Attribute Details

#management_groups::Array<::Google::Cloud::SecurityCenter::V2::AzureMetadata::AzureManagementGroup>

Returns A list of Azure management groups associated with the resource, ordered from lowest level (closest to the subscription) to highest level.

Returns:



172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 172

class AzureMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents an Azure management group.
  # @!attribute [rw] id
  #   @return [::String]
  #     The UUID of the Azure management group, for example,
  #     `20000000-0001-0000-0000-000000000000`.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the Azure management group.
  class AzureManagementGroup
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents an Azure subscription.
  # @!attribute [rw] id
  #   @return [::String]
  #     The UUID of the Azure subscription, for example,
  #     `291bba3f-e0a5-47bc-a099-3bdcb2a50a05`.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the Azure subscription.
  class AzureSubscription
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents an Azure resource group.
  # @!attribute [rw] name
  #   @return [::String]
  #     The name of the Azure resource group. This is not a UUID.
  class AzureResourceGroup
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#resource_group::Google::Cloud::SecurityCenter::V2::AzureMetadata::AzureResourceGroup

Returns The Azure resource group associated with the resource.

Returns:



172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 172

class AzureMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents an Azure management group.
  # @!attribute [rw] id
  #   @return [::String]
  #     The UUID of the Azure management group, for example,
  #     `20000000-0001-0000-0000-000000000000`.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the Azure management group.
  class AzureManagementGroup
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents an Azure subscription.
  # @!attribute [rw] id
  #   @return [::String]
  #     The UUID of the Azure subscription, for example,
  #     `291bba3f-e0a5-47bc-a099-3bdcb2a50a05`.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the Azure subscription.
  class AzureSubscription
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents an Azure resource group.
  # @!attribute [rw] name
  #   @return [::String]
  #     The name of the Azure resource group. This is not a UUID.
  class AzureResourceGroup
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#subscription::Google::Cloud::SecurityCenter::V2::AzureMetadata::AzureSubscription

Returns The Azure subscription associated with the resource.

Returns:



172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 172

class AzureMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents an Azure management group.
  # @!attribute [rw] id
  #   @return [::String]
  #     The UUID of the Azure management group, for example,
  #     `20000000-0001-0000-0000-000000000000`.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the Azure management group.
  class AzureManagementGroup
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents an Azure subscription.
  # @!attribute [rw] id
  #   @return [::String]
  #     The UUID of the Azure subscription, for example,
  #     `291bba3f-e0a5-47bc-a099-3bdcb2a50a05`.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the Azure subscription.
  class AzureSubscription
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents an Azure resource group.
  # @!attribute [rw] name
  #   @return [::String]
  #     The name of the Azure resource group. This is not a UUID.
  class AzureResourceGroup
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end