REST Resource: projects.locations.serviceConnectionTokens

Resource: ServiceConnectionToken

The ServiceConnectionToken resource. Next id: 10

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "description": string,
  "network": string,
  "token": string,
  "expireTime": string,
  "etag": string
}
Fields
name

string

Immutable. The name of a ServiceConnectionToken. Format: projects/{project}/locations/{location}/ServiceConnectionTokens/{serviceConnectionToken} See: https://google.aip.dev/122#fields-representing-resource-names

createTime

string (Timestamp format)

Output only. Time when the ServiceConnectionToken was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Time when the ServiceConnectionToken was updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

labels

map (key: string, value: string)

User-defined labels.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

description

string

A description of this resource.

network

string

The resource path of the network associated with this token. Example: projects/{projectNumOrId}/global/networks/{resourceId}.

token

string

Output only. The token generated by Automation.

expireTime

string (Timestamp format)

Output only. The time to which this token is valid.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

etag

string

Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Methods

create

Creates a new ServiceConnectionToken in a given project and location.

delete

Deletes a single ServiceConnectionToken.

get

Gets details of a single ServiceConnectionToken.

list

Lists ServiceConnectionTokens in a given project and location.