Liking cljdoc? Tell your friends :D

happygapi.cloudshell.users

Cloud Shell API: users. Allows users to start, configure, and connect to interactive shell sessions running in the cloud. See: https://cloud.google.com/shell/docs/api/reference/rest/v1/users

Cloud Shell API: users.
Allows users to start, configure, and connect to interactive shell sessions running in the cloud. 
See: https://cloud.google.com/shell/docs/api/reference/rest/v1/users
raw docstring

environments-addPublicKey$clj

(environments-addPublicKey$ auth parameters body)

https://cloud.google.com/shell/docs/api/reference/rest/v1/users/environments/addPublicKey

Required parameters: environment

Optional parameters: none

Body:

{:key string}

Adds a public SSH key to an environment, allowing clients with the corresponding private key to connect to that environment via SSH. If a key with the same content already exists, this will error with ALREADY_EXISTS.

https://cloud.google.com/shell/docs/api/reference/rest/v1/users/environments/addPublicKey

Required parameters: environment

Optional parameters: none

Body: 

{:key string}

Adds a public SSH key to an environment, allowing clients with the corresponding private key to connect to that environment via SSH. If a key with the same content already exists, this will error with ALREADY_EXISTS.
sourceraw docstring

environments-authorize$clj

(environments-authorize$ auth parameters body)

https://cloud.google.com/shell/docs/api/reference/rest/v1/users/environments/authorize

Required parameters: name

Optional parameters: none

Body:

{:idToken string, :expireTime string, :accessToken string}

Sends OAuth credentials to a running environment on behalf of a user. When this completes, the environment will be authorized to run various Google Cloud command line tools without requiring the user to manually authenticate.

https://cloud.google.com/shell/docs/api/reference/rest/v1/users/environments/authorize

Required parameters: name

Optional parameters: none

Body: 

{:idToken string, :expireTime string, :accessToken string}

Sends OAuth credentials to a running environment on behalf of a user. When this completes, the environment will be authorized to run various Google Cloud command line tools without requiring the user to manually authenticate.
sourceraw docstring

environments-get$clj

(environments-get$ auth parameters)

https://cloud.google.com/shell/docs/api/reference/rest/v1/users/environments/get

Required parameters: name

Optional parameters: none

Gets an environment. Returns NOT_FOUND if the environment does not exist.

https://cloud.google.com/shell/docs/api/reference/rest/v1/users/environments/get

Required parameters: name

Optional parameters: none

Gets an environment. Returns NOT_FOUND if the environment does not exist.
sourceraw docstring

environments-removePublicKey$clj

(environments-removePublicKey$ auth parameters body)

https://cloud.google.com/shell/docs/api/reference/rest/v1/users/environments/removePublicKey

Required parameters: environment

Optional parameters: none

Body:

{:key string}

Removes a public SSH key from an environment. Clients will no longer be able to connect to the environment using the corresponding private key. If a key with the same content is not present, this will error with NOT_FOUND.

https://cloud.google.com/shell/docs/api/reference/rest/v1/users/environments/removePublicKey

Required parameters: environment

Optional parameters: none

Body: 

{:key string}

Removes a public SSH key from an environment. Clients will no longer be able to connect to the environment using the corresponding private key. If a key with the same content is not present, this will error with NOT_FOUND.
sourceraw docstring

environments-start$clj

(environments-start$ auth parameters body)

https://cloud.google.com/shell/docs/api/reference/rest/v1/users/environments/start

Required parameters: name

Optional parameters: none

Body:

{:accessToken string, :publicKeys [string]}

Starts an existing environment, allowing clients to connect to it. The returned operation will contain an instance of StartEnvironmentMetadata in its metadata field. Users can wait for the environment to start by polling this operation via GetOperation. Once the environment has finished starting and is ready to accept connections, the operation will contain a StartEnvironmentResponse in its response field.

https://cloud.google.com/shell/docs/api/reference/rest/v1/users/environments/start

Required parameters: name

Optional parameters: none

Body: 

{:accessToken string, :publicKeys [string]}

Starts an existing environment, allowing clients to connect to it. The returned operation will contain an instance of StartEnvironmentMetadata in its metadata field. Users can wait for the environment to start by polling this operation via GetOperation. Once the environment has finished starting and is ready to accept connections, the operation will contain a StartEnvironmentResponse in its response field.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close