Share feedback
Answers are generated based on the documentation.

Experimental

Schema

TokenSecretMaterial

Type: object

TokenSecretMaterial is opaque token material.
value · required · request only

Type: string

value is the secret token.
All schema constraints and annotations
{
  "description": "value is the secret token.",
  "minLength": 1,
  "type": "string",
  "writeOnly": true
}
All schema constraints and annotations
{
  "additionalProperties": false,
  "description": "TokenSecretMaterial is opaque token material.",
  "properties": {
    "value": {
      "description": "value is the secret token.",
      "minLength": 1,
      "type": "string",
      "writeOnly": true
    }
  },
  "required": [
    "value"
  ],
  "title": "TokenSecretMaterial",
  "type": "object"
}