Class: Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation

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

Overview

Identification for an API Operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleIdentityAccesscontextmanagerV1ApiOperation

Returns a new instance of GoogleIdentityAccesscontextmanagerV1ApiOperation.



1292
1293
1294
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 1292

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

Instance Attribute Details

#method_selectorsArray<Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1MethodSelector>

API methods or permissions to allow. Method or permission must belong to the service specified by service_name field. A single MethodSelector entry with * specified for the method field will allow all methods AND permissions for the service specified in service_name. Corresponds to the JSON property methodSelectors



1283
1284
1285
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 1283

def method_selectors
  @method_selectors
end

#service_nameString

The name of the API whose methods or permissions the IngressPolicy or EgressPolicy want to allow. A single ApiOperation with service_name field set to * will allow all methods AND permissions for all services. Corresponds to the JSON property serviceName

Returns:

  • (String)


1290
1291
1292
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 1290

def service_name
  @service_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1297
1298
1299
1300
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 1297

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