Class: Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::MethodSelector

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/identity/accesscontextmanager/v1/service_perimeter.rb

Overview

An allowed method or permission of a service specified in [ApiOperation] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].

Instance Attribute Summary collapse

Instance Attribute Details

#method::String

Returns Value for method should be a valid method name for the corresponding service_name in [ApiOperation] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation]. If * used as value for method, then ALL methods and permissions are allowed.

Note: The following fields are mutually exclusive: method, permission. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    Value for method should be a valid method name for the corresponding service_name in [ApiOperation] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation]. If * used as value for method, then ALL methods and permissions are allowed.

    Note: The following fields are mutually exclusive: method, permission. If a field in that set is populated, all other fields in the set will automatically be cleared.



196
197
198
199
# File 'proto_docs/google/identity/accesscontextmanager/v1/service_perimeter.rb', line 196

class MethodSelector
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#permission::String

Returns Value for permission should be a valid Cloud IAM permission for the corresponding service_name in [ApiOperation] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].

Note: The following fields are mutually exclusive: permission, method. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    Value for permission should be a valid Cloud IAM permission for the corresponding service_name in [ApiOperation] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].

    Note: The following fields are mutually exclusive: permission, method. If a field in that set is populated, all other fields in the set will automatically be cleared.



196
197
198
199
# File 'proto_docs/google/identity/accesscontextmanager/v1/service_perimeter.rb', line 196

class MethodSelector
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end