Class: Google::Apis::IamV1::QueryAuditableServicesRequest

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ QueryAuditableServicesRequest

Returns a new instance of QueryAuditableServicesRequest.



1896
1897
1898
# File 'lib/google/apis/iam_v1/classes.rb', line 1896

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

Instance Attribute Details

#full_resource_nameString

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

Returns:

  • (String)


1894
1895
1896
# File 'lib/google/apis/iam_v1/classes.rb', line 1894

def full_resource_name
  @full_resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1901
1902
1903
# File 'lib/google/apis/iam_v1/classes.rb', line 1901

def update!(**args)
  @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
end