Resource: ServiceConnectionToken
The ServiceConnectionToken resource.
| JSON representation | 
|---|
| { "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "description": string, "network": string, "token": string, "expireTime": string, "etag": string } | 
| Fields | |
|---|---|
| name | 
 Immutable. The name of a ServiceConnectionToken. Format: projects/{project}/locations/{location}/ServiceConnectionTokens/{serviceConnectionToken} See: https://google.aip.dev/122#fields-representing-resource-names | 
| createTime | 
 Output only. Time when the ServiceConnectionToken was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| updateTime | 
 Output only. Time when the ServiceConnectionToken was updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| labels | 
 User-defined labels. An object containing a list of  | 
| description | 
 A description of this resource. | 
| network | 
 The resource path of the network associated with this token. Example: projects/{projectNumOrId}/global/networks/{resourceId}. | 
| token | 
 Output only. The token generated by Automation. | 
| expireTime | 
 Output only. The time to which this token is valid. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| etag | 
 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 | |
|---|---|
| 
 | Creates a new ServiceConnectionToken in a given project and location. | 
| 
 | Deletes a single ServiceConnectionToken. | 
| 
 | Gets details of a single ServiceConnectionToken. | 
| 
 | Lists ServiceConnectionTokens in a given project and location. |