Reference documentation and code samples for the Privileged Access Manager V1 API module Google::Cloud::PrivilegedAccessManager::V1::PrivilegedAccessManager::Paths.
Path helper methods for the PrivilegedAccessManager API.
Methods
#entitlement_path
def entitlement_path(project:, location:, entitlement:) -> ::String
def entitlement_path(folder:, location:, entitlement:) -> ::String
def entitlement_path(organization:, location:, entitlement:) -> ::String
Create a fully-qualified Entitlement resource string.
def entitlement_path(project:, location:, entitlement:) -> ::String
projects/{project}/locations/{location}/entitlements/{entitlement}
- project (String)
- location (String)
- entitlement (String)
def entitlement_path(folder:, location:, entitlement:) -> ::String
folders/{folder}/locations/{location}/entitlements/{entitlement}
- folder (String)
- location (String)
- entitlement (String)
def entitlement_path(organization:, location:, entitlement:) -> ::String
organizations/{organization}/locations/{location}/entitlements/{entitlement}
- organization (String)
- location (String)
- entitlement (String)
- (::String)
- (::ArgumentError)
#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}
- folder (String)
- location (String)
- (::String)
- (::ArgumentError)
#grant_path
def grant_path(project:, location:, entitlement:, grant:) -> ::String
def grant_path(folder:, location:, entitlement:, grant:) -> ::String
def grant_path(organization:, location:, entitlement:, grant:) -> ::String
Create a fully-qualified Grant resource string.
def grant_path(project:, location:, entitlement:, grant:) -> ::String
projects/{project}/locations/{location}/entitlements/{entitlement}/grants/{grant}
- project (String)
- location (String)
- entitlement (String)
- grant (String)
def grant_path(folder:, location:, entitlement:, grant:) -> ::String
folders/{folder}/locations/{location}/entitlements/{entitlement}/grants/{grant}
- folder (String)
- location (String)
- entitlement (String)
- grant (String)
def grant_path(organization:, location:, entitlement:, grant:) -> ::String
organizations/{organization}/locations/{location}/entitlements/{entitlement}/grants/{grant}
- organization (String)
- location (String)
- entitlement (String)
- grant (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::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}
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)