class Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureMetadata

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

def initialize(**args)

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

def update!(**args)

Update properties of this object
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