Class StartEnvironmentRequest
Request message for StartEnvironment.
Implements
Inherited Members
Namespace: Google.Apis.CloudShell.v1.Data
Assembly: Google.Apis.CloudShell.v1.dll
Syntax
public class StartEnvironmentRequest : IDirectResponseSchema
Properties
AccessToken
The initial access token passed to the environment. If this is present and valid, the environment will be pre-authenticated with gcloud so that the user can run gcloud commands in Cloud Shell without having to log in. This code can be updated later by calling AuthorizeEnvironment.
Declaration
[JsonProperty("accessToken")]
public virtual string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicKeys
Public keys that should be added to the environment before it is started.
Declaration
[JsonProperty("publicKeys")]
public virtual IList<string> PublicKeys { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |