Reference documentation and code samples for the Identity and Access Management (IAM) V3BETA API module Google::Iam::V3beta::AccessPolicies::Paths.
Path helper methods for the AccessPolicies API.
Extended By
Included In
Methods
#access_policy_path
def access_policy_path(organization:, location:, access_policy:) -> ::String
def access_policy_path(folder:, location:, access_policy:) -> ::String
def access_policy_path(project:, location:, access_policy:) -> ::StringCreate a fully-qualified AccessPolicy resource string.
def access_policy_path(organization:, location:, access_policy:) -> ::String
organizations/{organization}/locations/{location}/accessPolicies/{access_policy}
- organization (String)
- location (String)
- access_policy (String)
def access_policy_path(folder:, location:, access_policy:) -> ::String
folders/{folder}/locations/{location}/accessPolicies/{access_policy}
- folder (String)
- location (String)
- access_policy (String)
def access_policy_path(project:, location:, access_policy:) -> ::String
projects/{project}/locations/{location}/accessPolicies/{access_policy}
- project (String)
- location (String)
- access_policy (String)
- (::String)
- (::ArgumentError)
#folder_location_path
def folder_location_path(folder:, location:) -> ::StringCreate a fully-qualified FolderLocation resource string.
The resource will be in the following format:
folders/{folder}/locations/{location}
- folder (String)
- location (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#organization_location_path
def organization_location_path(organization:, location:) -> ::StringCreate a fully-qualified OrganizationLocation resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)