Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AzureMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2AzureMetadata

Returns a new instance of GoogleCloudSecuritycenterV2AzureMetadata.



4748
4749
4750
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4748

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

Instance Attribute Details

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

Corresponds to the JSON property managementGroups



4731
4732
4733
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4731

def management_groups
  @management_groups
end

#resource_groupGoogle::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AzureResourceGroup

Corresponds to the JSON property resourceGroup



4736
4737
4738
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4736

def resource_group
  @resource_group
end

#subscriptionGoogle::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AzureSubscription

Corresponds to the JSON property subscription



4741
4742
4743
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4741

def subscription
  @subscription
end

#tenantGoogle::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AzureTenant

Corresponds to the JSON property tenant



4746
4747
4748
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4746

def tenant
  @tenant
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4753
4754
4755
4756
4757
4758
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4753

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