Class: Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressTo

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

Defines the conditions under which an [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] matches a request. Conditions are based on information about the [ApiOperation] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation] intended to be performed on the target resource of the request. The request must satisfy what is defined in operations AND resources in order to match.

Instance Attribute Summary collapse

Instance Attribute Details

#operations::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::ApiOperation>



309
310
311
312
# File 'proto_docs/google/identity/accesscontextmanager/v1/service_perimeter.rb', line 309

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

#resources::Array<::String>



309
310
311
312
# File 'proto_docs/google/identity/accesscontextmanager/v1/service_perimeter.rb', line 309

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