Share feedback
Answers are generated based on the documentation.

Experimental

Schema

IdentityExchangeServiceExchangeDockerCredentialRequest

Type: object

idToken · required · request only

Type: string

id_token is single-use identity material, never an owner selector.
All schema constraints and annotations
{
  "description": "id_token is single-use identity material, never an owner selector.",
  "minLength": 1,
  "type": "string",
  "writeOnly": true
}
All schema constraints and annotations
{
  "additionalProperties": false,
  "properties": {
    "idToken": {
      "description": "id_token is single-use identity material, never an owner selector.",
      "minLength": 1,
      "type": "string",
      "writeOnly": true
    }
  },
  "required": [
    "idToken"
  ],
  "title": "IdentityExchangeServiceExchangeDockerCredentialRequest",
  "type": "object"
}