Class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation

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



1114
1115
1116
# File 'lib/google/apis/cloudasset_v1p5beta1/classes.rb', line 1114

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

Instance Attribute Details

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



1105
1106
1107
# File 'lib/google/apis/cloudasset_v1p5beta1/classes.rb', line 1105

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)


1112
1113
1114
# File 'lib/google/apis/cloudasset_v1p5beta1/classes.rb', line 1112

def service_name
  @service_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1119
1120
1121
1122
# File 'lib/google/apis/cloudasset_v1p5beta1/classes.rb', line 1119

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