GoogleApi.NetworkConnectivity.V1.Model.ServiceConnectionToken (google_api_network_connectivity v0.12.0)

View Source

The ServiceConnectionToken resource.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Time when the ServiceConnectionToken was created.
  • description (type: String.t, default: nil) - A description of this resource.
  • etag (type: String.t, default: nil) - 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.
  • expireTime (type: DateTime.t, default: nil) - Output only. The time to which this token is valid.
  • labels (type: map(), default: nil) - User-defined labels.
  • name (type: String.t, default: nil) - 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
  • network (type: String.t, default: nil) - The resource path of the network associated with this token. Example: projects/{projectNumOrId}/global/networks/{resourceId}.
  • token (type: String.t, default: nil) - Output only. The token generated by Automation.
  • updateTime (type: DateTime.t, default: nil) - Output only. Time when the ServiceConnectionToken was updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.ServiceConnectionToken{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  etag: String.t() | nil,
  expireTime: DateTime.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  network: String.t() | nil,
  token: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.