class Google::Apis::IamV1::QueryAuditableServicesRequest

A request to get the list of auditable services for a resource.

Attributes

full_resource_name[RW]

Required. The full resource name to query from the list of auditable services. The name follows the Google Cloud Platform resource format. For example, a Cloud Platform project with id `my-project` will be named `// cloudresourcemanager.googleapis.com/projects/my-project`. Corresponds to the JSON property `fullResourceName` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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