Send feedback
Cloud OS Login V1 API - Module Google::Cloud::OsLogin::V1::OsLoginService::Paths (v0.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.5.0 keyboard_arrow_down
Reference documentation and code samples for the Cloud OS Login V1 API module Google::Cloud::OsLogin::V1::OsLoginService::Paths.
Path helper methods for the OsLoginService API.
Methods
#posix_account_path
def posix_account_path ( user :, project :) - > :: String
Create a fully-qualified PosixAccount resource string.
The resource will be in the following format:
users/{user}/projects/{project}
Parameters
user (String)
project (String)
#ssh_public_key_path
def ssh_public_key_path ( user :, fingerprint :) - > :: String
Create a fully-qualified SshPublicKey resource string.
The resource will be in the following format:
users/{user}/sshPublicKeys/{fingerprint}
Parameters
user (String)
fingerprint (String)
#user_path
def user_path ( user :) - > :: String
Create a fully-qualified User resource string.
The resource will be in the following format:
users/{user}
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-11 UTC."],[],[]]