Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API module Google::Cloud::Kms::V1::AutokeyAdmin::Paths.
Path helper methods for the AutokeyAdmin API.
Extended By
Included In
Methods
#autokey_config_path
def autokey_config_path(folder:) -> ::String
def autokey_config_path(project:) -> ::StringCreate a fully-qualified AutokeyConfig resource string.
def autokey_config_path(folder:) -> ::String
folders/{folder}/autokeyConfig
- folder (String)
def autokey_config_path(project:) -> ::String
projects/{project}/autokeyConfig
- project (String)
- (::String)
- (::ArgumentError)
#project_path
def project_path(project:) -> ::StringCreate a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)