class Google::Apis::CloudassetV1p4beta1::ResourceSelector

Specifies the resource to analyze for access policies, which may be set directly on the resource, or on ancestors such as organizations, folders or projects.

Attributes

full_resource_name[RW]

Required. The [full resource name](cloud.google.com/asset-inventory/ docs/resource-name-format) of a resource of [supported resource types](https:// cloud.google.com/asset-inventory/docs/supported-asset-types# analyzable_asset_types). Corresponds to the JSON property `fullResourceName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudasset_v1p4beta1/classes.rb, line 2455
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudasset_v1p4beta1/classes.rb, line 2460
def update!(**args)
  @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
end