Class: Google::Apis::SecuritycenterV1beta1::AzureMetadata

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) ⇒ AzureMetadata

Returns a new instance of AzureMetadata.



829
830
831
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 829

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

Instance Attribute Details

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

Corresponds to the JSON property managementGroups



812
813
814
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 812

def management_groups
  @management_groups
end

#resource_groupGoogle::Apis::SecuritycenterV1beta1::AzureResourceGroup

Corresponds to the JSON property resourceGroup



817
818
819
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 817

def resource_group
  @resource_group
end

#subscriptionGoogle::Apis::SecuritycenterV1beta1::AzureSubscription

Corresponds to the JSON property subscription



822
823
824
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 822

def subscription
  @subscription
end

#tenantGoogle::Apis::SecuritycenterV1beta1::AzureTenant

Corresponds to the JSON property tenant



827
828
829
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 827

def tenant
  @tenant
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



834
835
836
837
838
839
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 834

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