Etcd · Schema

AuthRoleGetRequest

Request to get role details

Cloud NativeConsensusDistributed SystemsGraduatedKey-Value StoreKubernetes

Properties

Name Type Description
role string Name of the role to retrieve
View JSON Schema on GitHub

JSON Schema

etcd-authrolegetrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthRoleGetRequest",
  "title": "AuthRoleGetRequest",
  "type": "object",
  "description": "Request to get role details",
  "required": [
    "role"
  ],
  "properties": {
    "role": {
      "type": "string",
      "description": "Name of the role to retrieve"
    }
  }
}