GetServiceConnectionTokenResult

data class GetServiceConnectionTokenResult(val createTime: String, val description: String, val expireTime: String, val labels: Map<String, String>, val name: String, val network: String, val token: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetServiceConnectionTokenResult(createTime: String, description: String, expireTime: String, labels: Map<String, String>, name: String, network: String, token: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time when the ServiceConnectionToken was created.

Link copied to clipboard

A description of this resource.

Link copied to clipboard

The time to which this token is valid.

Link copied to clipboard

User-defined labels.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The token generated by Automation.

Link copied to clipboard

Time when the ServiceConnectionToken was updated.