Show / Hide Table of Contents

Class StartEnvironmentRequest

Request message for StartEnvironment.

Inheritance
object
StartEnvironmentRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX