Reference documentation and code samples for the Access Context Manager V1 API module Google::Identity::AccessContextManager::V1::AccessContextManager::Paths.
Path helper methods for the AccessContextManager API.
[[["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-08-07 UTC."],[],[],null,["# Access Context Manager V1 API - Module Google::Identity::AccessContextManager::V1::AccessContextManager::Paths (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-AccessContextManager-Paths)\n- [0.10.1](/ruby/docs/reference/google-identity-access_context_manager-v1/0.10.1/Google-Identity-AccessContextManager-V1-AccessContextManager-Paths)\n- [0.9.0](/ruby/docs/reference/google-identity-access_context_manager-v1/0.9.0/Google-Identity-AccessContextManager-V1-AccessContextManager-Paths)\n- [0.8.2](/ruby/docs/reference/google-identity-access_context_manager-v1/0.8.2/Google-Identity-AccessContextManager-V1-AccessContextManager-Paths)\n- [0.7.2](/ruby/docs/reference/google-identity-access_context_manager-v1/0.7.2/Google-Identity-AccessContextManager-V1-AccessContextManager-Paths)\n- [0.6.0](/ruby/docs/reference/google-identity-access_context_manager-v1/0.6.0/Google-Identity-AccessContextManager-V1-AccessContextManager-Paths)\n- [0.5.2](/ruby/docs/reference/google-identity-access_context_manager-v1/0.5.2/Google-Identity-AccessContextManager-V1-AccessContextManager-Paths)\n- [0.4.0](/ruby/docs/reference/google-identity-access_context_manager-v1/0.4.0/Google-Identity-AccessContextManager-V1-AccessContextManager-Paths)\n- [0.3.0](/ruby/docs/reference/google-identity-access_context_manager-v1/0.3.0/Google-Identity-AccessContextManager-V1-AccessContextManager-Paths)\n- [0.2.0](/ruby/docs/reference/google-identity-access_context_manager-v1/0.2.0/Google-Identity-AccessContextManager-V1-AccessContextManager-Paths)\n- [0.1.2](/ruby/docs/reference/google-identity-access_context_manager-v1/0.1.2/Google-Identity-AccessContextManager-V1-AccessContextManager-Paths) \nReference documentation and code samples for the Access Context Manager V1 API module Google::Identity::AccessContextManager::V1::AccessContextManager::Paths.\n\nPath helper methods for the AccessContextManager API. \n\nExtended By\n-----------\n\n- [Google::Identity::AccessContextManager::V1::AccessContextManager::Paths](./Google-Identity-AccessContextManager-V1-AccessContextManager-Paths)\n\nMethods\n-------\n\n### #access_level_path\n\n def access_level_path(access_policy:, access_level:) -\u003e ::String\n\nCreate a fully-qualified AccessLevel resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`accessPolicies/{access_policy}/accessLevels/{access_level}` \n**Parameters**\n\n- **access_policy** (String)\n- **access_level** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #access_policy_path\n\n def access_policy_path(access_policy:) -\u003e ::String\n\nCreate a fully-qualified AccessPolicy resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`accessPolicies/{access_policy}` \n**Parameter**\n\n- **access_policy** (String) \n**Returns**\n\n- (::String)\n\n### #gcp_user_access_binding_path\n\n def gcp_user_access_binding_path(organization:, gcp_user_access_binding:) -\u003e ::String\n\nCreate a fully-qualified GcpUserAccessBinding resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`organizations/{organization}/gcpUserAccessBindings/{gcp_user_access_binding}` \n**Parameters**\n\n- **organization** (String)\n- **gcp_user_access_binding** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #organization_path\n\n def organization_path(organization:) -\u003e ::String\n\nCreate a fully-qualified Organization resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`organizations/{organization}` \n**Parameter**\n\n- **organization** (String) \n**Returns**\n\n- (::String)\n\n### #service_perimeter_path\n\n def service_perimeter_path(access_policy:, service_perimeter:) -\u003e ::String\n\nCreate a fully-qualified ServicePerimeter resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}` \n**Parameters**\n\n- **access_policy** (String)\n- **service_perimeter** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]