Identity and Access Management (IAM) V3BETA API - Module Google::Iam::V3beta::PrincipalAccessBoundaryPolicies::Paths (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Identity and Access Management (IAM) V3BETA API module Google::Iam::V3beta::PrincipalAccessBoundaryPolicies::Paths.
Path helper methods for the PrincipalAccessBoundaryPolicies 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-09-09 UTC."],[],[],null,["# Identity and Access Management (IAM) V3BETA API - Module Google::Iam::V3beta::PrincipalAccessBoundaryPolicies::Paths (v0.1.0)\n\nReference documentation and code samples for the Identity and Access Management (IAM) V3BETA API module Google::Iam::V3beta::PrincipalAccessBoundaryPolicies::Paths.\n\nPath helper methods for the PrincipalAccessBoundaryPolicies API. \n\nExtended By\n-----------\n\n- [Google::Iam::V3beta::PrincipalAccessBoundaryPolicies::Paths](./Google-Iam-V3beta-PrincipalAccessBoundaryPolicies-Paths)\n\nMethods\n-------\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### #principal_access_boundary_policy_path\n\n def principal_access_boundary_policy_path(organization:, location:, principal_access_boundary_policy:) -\u003e ::String\n\nCreate a fully-qualified PrincipalAccessBoundaryPolicy resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`organizations/{organization}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy}` \n**Parameters**\n\n- **organization** (String)\n- **location** (String)\n- **principal_access_boundary_policy** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]