Access Context Manager V1 API - Class Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressPolicy (v0.8.0)

Reference documentation and code samples for the Access Context Manager V1 API class Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressPolicy.

Policy for ingress into [ServicePerimeter] [google.identity.accesscontextmanager.v1.ServicePerimeter].

[IngressPolicies] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] match requests based on ingress_from and ingress_to stanzas. For an ingress policy to match, both the ingress_from and ingress_to stanzas must be matched. If an [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] matches a request, the request is allowed through the perimeter boundary from outside the perimeter.

For example, access from the internet can be allowed either based on an [AccessLevel] [google.identity.accesscontextmanager.v1.AccessLevel] or, for traffic hosted on Google Cloud, the project of the source network. For access from private networks, using the project of the hosting network is required.

Individual ingress policies can be limited by restricting which services and/or actions they match using the ingress_to field.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ingress_from

def ingress_from() -> ::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressFrom
Returns

#ingress_from=

def ingress_from=(value) -> ::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressFrom
Parameter
Returns

#ingress_to

def ingress_to() -> ::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressTo
Returns

#ingress_to=

def ingress_to=(value) -> ::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressTo
Parameter
Returns