Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2AzureMetadata

Returns a new instance of GoogleCloudSecuritycenterV2AzureMetadata.



5196
5197
5198
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5196

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#management_groupsArray<Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureManagementGroup>

Corresponds to the JSON property managementGroups



5179
5180
5181
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5179

def management_groups
  @management_groups
end

#resource_groupGoogle::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureResourceGroup

Corresponds to the JSON property resourceGroup



5184
5185
5186
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5184

def resource_group
  @resource_group
end

#subscriptionGoogle::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureSubscription

Corresponds to the JSON property subscription



5189
5190
5191
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5189

def subscription
  @subscription
end

#tenantGoogle::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureTenant

Corresponds to the JSON property tenant



5194
5195
5196
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5194

def tenant
  @tenant
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5201
5202
5203
5204
5205
5206
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5201

def update!(**args)
  @management_groups = args[:management_groups] if args.key?(:management_groups)
  @resource_group = args[:resource_group] if args.key?(:resource_group)
  @subscription = args[:subscription] if args.key?(:subscription)
  @tenant = args[:tenant] if args.key?(:tenant)
end