Red Hat · Schema

RobotAccount

A robot account for automated registry access.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Properties

Name Type Description
name string The fully qualified name of the robot account.
description string A description of the robot account.
token string The authentication token for the robot account.
created string When the robot account was created.
View JSON Schema on GitHub

JSON Schema

red-hat-quay-robot-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RobotAccount",
  "type": "object",
  "description": "A robot account for automated registry access.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The fully qualified name of the robot account."
    },
    "description": {
      "type": "string",
      "description": "A description of the robot account."
    },
    "token": {
      "type": "string",
      "description": "The authentication token for the robot account."
    },
    "created": {
      "type": "string",
      "description": "When the robot account was created."
    }
  }
}