Identity and Access Management (IAM) V3BETA API - Module Google::Iam::V3beta::PrincipalAccessBoundaryPolicies::Paths (v0.1.0)

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.

Methods

#organization_location_path

def organization_location_path(organization:, location:) -> ::String

Create a fully-qualified OrganizationLocation resource string.

The resource will be in the following format:

organizations/{organization}/locations/{location}

Parameters
  • organization (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#principal_access_boundary_policy_path

def principal_access_boundary_policy_path(organization:, location:, principal_access_boundary_policy:) -> ::String

Create a fully-qualified PrincipalAccessBoundaryPolicy resource string.

The resource will be in the following format:

organizations/{organization}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy}

Parameters
  • organization (String)
  • location (String)
  • principal_access_boundary_policy (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)