[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Identity and Access Management (IAM) V3BETA API - Module Google::Iam::V3beta::PolicyBindings::Paths (v0.1.0)\n\nReference documentation and code samples for the Identity and Access Management (IAM) V3BETA API module Google::Iam::V3beta::PolicyBindings::Paths.\n\nPath helper methods for the PolicyBindings API. \n\nExtended By\n-----------\n\n- [Google::Iam::V3beta::PolicyBindings::Paths](./Google-Iam-V3beta-PolicyBindings-Paths)\n\nMethods\n-------\n\n### #folder_location_path\n\n def folder_location_path(folder:, location:) -\u003e ::String\n\nCreate a fully-qualified FolderLocation resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`folders/{folder}/locations/{location}` \n**Parameters**\n\n- **folder** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #location_path\n\n def location_path(project:, location:) -\u003e ::String\n\nCreate a fully-qualified Location resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}` \n**Parameters**\n\n- **project** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #organization_location_path\n\n def organization_location_path(organization:, location:) -\u003e ::String\n\nCreate a fully-qualified OrganizationLocation resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`organizations/{organization}/locations/{location}` \n**Parameters**\n\n- **organization** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #policy_binding_path\n\n def policy_binding_path(organization:, location:, policy_binding:) -\u003e ::String\n def policy_binding_path(folder:, location:, policy_binding:) -\u003e ::String\n def policy_binding_path(project:, location:, policy_binding:) -\u003e ::String\n\nCreate a fully-qualified PolicyBinding resource string. \n**Overloads** \n\n def policy_binding_path(organization:, location:, policy_binding:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`organizations/{organization}/locations/{location}/policyBindings/{policy_binding}` \n**Parameters**\n\n- **organization** (String)\n- **location** (String)\n- **policy_binding** (String) \n\n def policy_binding_path(folder:, location:, policy_binding:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`folders/{folder}/locations/{location}/policyBindings/{policy_binding}` \n**Parameters**\n\n- **folder** (String)\n- **location** (String)\n- **policy_binding** (String) \n\n def policy_binding_path(project:, location:, policy_binding:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/locations/{location}/policyBindings/{policy_binding}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **policy_binding** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]