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

Reference documentation and code samples for the Identity and Access Management (IAM) V3BETA API module Google::Iam::V3beta::PolicyBindings::Paths.

Path helper methods for the PolicyBindings API.

Methods

#folder_location_path

def folder_location_path(folder:, location:) -> ::String

Create a fully-qualified FolderLocation resource string.

The resource will be in the following format:

folders/{folder}/locations/{location}

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

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

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

#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)

#policy_binding_path

def policy_binding_path(organization:, location:, policy_binding:) -> ::String
def policy_binding_path(folder:, location:, policy_binding:) -> ::String
def policy_binding_path(project:, location:, policy_binding:) -> ::String

Create a fully-qualified PolicyBinding resource string.

Overloads
def policy_binding_path(organization:, location:, policy_binding:) -> ::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/policyBindings/{policy_binding}

Parameters
  • organization (String)
  • location (String)
  • policy_binding (String)
def policy_binding_path(folder:, location:, policy_binding:) -> ::String
The resource will be in the following format:

folders/{folder}/locations/{location}/policyBindings/{policy_binding}

Parameters
  • folder (String)
  • location (String)
  • policy_binding (String)
def policy_binding_path(project:, location:, policy_binding:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/policyBindings/{policy_binding}

Parameters
  • project (String)
  • location (String)
  • policy_binding (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)