Reference documentation and code samples for the Cloud OS Login V1beta API module Google::Cloud::OsLogin::V1beta::OsLoginService::Paths.
Path helper methods for the OsLoginService API.
Included In
Methods
#posix_account_path
def posix_account_path(user:, project:) -> ::StringCreate a fully-qualified PosixAccount resource string.
The resource will be in the following format:
users/{user}/projects/{project}
- user (String)
- project (String)
- (::String)
- (::ArgumentError)
#ssh_public_key_path
def ssh_public_key_path(user:, fingerprint:) -> ::StringCreate a fully-qualified SshPublicKey resource string.
The resource will be in the following format:
users/{user}/sshPublicKeys/{fingerprint}
- user (String)
- fingerprint (String)
- (::String)
- (::ArgumentError)
#user_path
def user_path(user:) -> ::StringCreate a fully-qualified User resource string.
The resource will be in the following format:
users/{user}
- user (String)
- (::String)