accessToken property

String? accessToken
getter/setter pair

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.

Implementation

core.String? accessToken;