ListRunnerCABundlesResponse is the response for runnerCABundles.list.
| JSON representation |
|---|
{
"runnerCaBundles": [
{
object ( |
| Fields | |
|---|---|
runnerCaBundles[] |
The list of runner CA bundles. |
nextPageToken |
The next page token, if there are more items to retrieve. |
RunnerCABundle
RunnerCABundle represents a runner CA bundle resource.
| JSON representation |
|---|
{
"caBundles": [
{
object ( |
| Fields | |
|---|---|
caBundles[] |
Output only. The list of CA bundles to use in the serving config. |
name |
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 |
Output only. PEM-wrapped, DER-serialized, base64-encoded CA trust bundle. A base64-encoded string. |