Class: Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::MethodSelector
- Inherits:
-
Object
- Object
- Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::MethodSelector
- 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
-
#method ⇒ ::String
Value for
method
should be a valid method name for the correspondingservice_name
in [ApiOperation] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation]. -
#permission ⇒ ::String
Value for
permission
should be a valid Cloud IAM permission for the correspondingservice_name
in [ApiOperation] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].
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.
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.
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 |