Etcd · Schema

AuthDisableResponse

Response from disabling authentication

Cloud NativeConsensusDistributed SystemsGraduatedKey-Value StoreKubernetes

Properties

Name Type Description
header object
View JSON Schema on GitHub

JSON Schema

etcd-authdisableresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthDisableResponse",
  "title": "AuthDisableResponse",
  "type": "object",
  "description": "Response from disabling authentication",
  "properties": {
    "header": {
      "$ref": "#/components/schemas/ResponseHeader"
    }
  }
}