ListRunnerCABundlesResponse

ListRunnerCABundlesResponse is the response for runnerCABundles.list.

JSON representation
{
  "runnerCaBundles": [
    {
      object (RunnerCABundle)
    }
  ],
  "nextPageToken": string
}
Fields
runnerCaBundles[]

object (RunnerCABundle)

The list of runner CA bundles.

nextPageToken

string

The next page token, if there are more items to retrieve.

RunnerCABundle

RunnerCABundle represents a runner CA bundle resource.

JSON representation
{
  "caBundles": [
    {
      object (RunnerApiServingCaBundle)
    }
  ],
  "name": string
}
Fields
caBundles[]

object (RunnerApiServingCaBundle)

Output only. The list of CA bundles to use in the serving config.

name

string

Identifier. The resource name of the runner CA bundle.

RunnerApiServingCaBundle

RunnerApiServingCaBundle represents a serving CA bundle for the linked runner.

JSON representation
{
  "caTrustBundle": string
}
Fields
caTrustBundle

string (bytes format)

Output only. PEM-wrapped, DER-serialized, base64-encoded CA trust bundle.

A base64-encoded string.