Class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ApiOperation

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudasset_v1/classes.rb,
generated/google/apis/cloudasset_v1/representations.rb,
generated/google/apis/cloudasset_v1/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.



1455
1456
1457
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 1455

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

Instance Attribute Details

#method_selectorsArray<Google::Apis::CloudassetV1::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



1446
1447
1448
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 1446

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)


1453
1454
1455
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 1453

def service_name
  @service_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1460
1461
1462
1463
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 1460

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