Reference documentation and code samples for the Access Context Manager V1 API class Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressTo.
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.
(::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::ApiOperation>) — A list of [ApiOperations]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation]
allowed to be performed by the sources specified in corresponding
[IngressFrom]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom]
in this [ServicePerimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter].
value (::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::ApiOperation>) — A list of [ApiOperations]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation]
allowed to be performed by the sources specified in corresponding
[IngressFrom]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom]
in this [ServicePerimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter].
Returns
(::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::ApiOperation>) — A list of [ApiOperations]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation]
allowed to be performed by the sources specified in corresponding
[IngressFrom]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom]
in this [ServicePerimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter].
#resources
defresources()->::Array<::String>
Returns
(::Array<::String>) — A list of resources, currently only projects in the form
projects/<projectnumber>, protected by this [ServicePerimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter] that are
allowed to be accessed by sources defined in the corresponding
[IngressFrom]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom].
If a single * is specified, then access to all resources inside the
perimeter are allowed.
#resources=
defresources=(value)->::Array<::String>
Parameter
value (::Array<::String>) — A list of resources, currently only projects in the form
projects/<projectnumber>, protected by this [ServicePerimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter] that are
allowed to be accessed by sources defined in the corresponding
[IngressFrom]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom].
If a single * is specified, then access to all resources inside the
perimeter are allowed.
Returns
(::Array<::String>) — A list of resources, currently only projects in the form
projects/<projectnumber>, protected by this [ServicePerimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter] that are
allowed to be accessed by sources defined in the corresponding
[IngressFrom]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom].
If a single * is specified, then access to all resources inside the
perimeter are allowed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Access Context Manager V1 API - Class Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressTo (v0.11.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.11.0 (latest)](/ruby/docs/reference/google-identity-access_context_manager-v1/latest/Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-IngressTo)\n- [0.10.1](/ruby/docs/reference/google-identity-access_context_manager-v1/0.10.1/Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-IngressTo)\n- [0.9.0](/ruby/docs/reference/google-identity-access_context_manager-v1/0.9.0/Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-IngressTo)\n- [0.8.2](/ruby/docs/reference/google-identity-access_context_manager-v1/0.8.2/Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-IngressTo)\n- [0.7.2](/ruby/docs/reference/google-identity-access_context_manager-v1/0.7.2/Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-IngressTo)\n- [0.6.0](/ruby/docs/reference/google-identity-access_context_manager-v1/0.6.0/Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-IngressTo)\n- [0.5.2](/ruby/docs/reference/google-identity-access_context_manager-v1/0.5.2/Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-IngressTo)\n- [0.4.0](/ruby/docs/reference/google-identity-access_context_manager-v1/0.4.0/Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-IngressTo)\n- [0.3.0](/ruby/docs/reference/google-identity-access_context_manager-v1/0.3.0/Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-IngressTo)\n- [0.2.0](/ruby/docs/reference/google-identity-access_context_manager-v1/0.2.0/Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-IngressTo)\n- [0.1.2](/ruby/docs/reference/google-identity-access_context_manager-v1/0.1.2/Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-IngressTo) \nReference documentation and code samples for the Access Context Manager V1 API class Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressTo.\n\nDefines the conditions under which an \\[IngressPolicy\\]\n\\[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy\\]\nmatches a request. Conditions are based on information about the\n\\[ApiOperation\\]\n\\[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation\\]\nintended to be performed on the target resource of the request. The request\nmust satisfy what is defined in `operations` AND `resources` in order to\nmatch. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #operations\n\n def operations() -\u003e ::Array\u003c::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::ApiOperation\u003e\n\n**Returns**\n\n- (::Array\\\u003c[::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::ApiOperation](./Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-ApiOperation)\\\u003e) --- A list of \\[ApiOperations\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation\\] allowed to be performed by the sources specified in corresponding \\[IngressFrom\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom\\] in this \\[ServicePerimeter\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeter\\].\n\n### #operations=\n\n def operations=(value) -\u003e ::Array\u003c::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::ApiOperation\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c[::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::ApiOperation](./Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-ApiOperation)\\\u003e) --- A list of \\[ApiOperations\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation\\] allowed to be performed by the sources specified in corresponding \\[IngressFrom\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom\\] in this \\[ServicePerimeter\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeter\\]. \n**Returns**\n\n- (::Array\\\u003c[::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::ApiOperation](./Google-Identity-AccessContextManager-V1-ServicePerimeterConfig-ApiOperation)\\\u003e) --- A list of \\[ApiOperations\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation\\] allowed to be performed by the sources specified in corresponding \\[IngressFrom\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom\\] in this \\[ServicePerimeter\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeter\\].\n\n### #resources\n\n def resources() -\u003e ::Array\u003c::String\u003e\n\n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- A list of resources, currently only projects in the form `projects/\u003cprojectnumber\u003e`, protected by this \\[ServicePerimeter\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeter\\] that are allowed to be accessed by sources defined in the corresponding \\[IngressFrom\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom\\]. If a single `*` is specified, then access to all resources inside the perimeter are allowed.\n\n### #resources=\n\n def resources=(value) -\u003e ::Array\u003c::String\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c::String\\\u003e) --- A list of resources, currently only projects in the form `projects/\u003cprojectnumber\u003e`, protected by this \\[ServicePerimeter\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeter\\] that are allowed to be accessed by sources defined in the corresponding \\[IngressFrom\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom\\]. If a single `*` is specified, then access to all resources inside the perimeter are allowed. \n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- A list of resources, currently only projects in the form `projects/\u003cprojectnumber\u003e`, protected by this \\[ServicePerimeter\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeter\\] that are allowed to be accessed by sources defined in the corresponding \\[IngressFrom\\] \\[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom\\]. If a single `*` is specified, then access to all resources inside the perimeter are allowed."]]