tls-certificates-and-hostnames_certificate-packs_components-schemas-status

Status of certificate pack.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-certificate-packs-components--schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_certificate-packs_components-schemas-status",
  "title": "tls-certificates-and-hostnames_certificate-packs_components-schemas-status",
  "description": "Status of certificate pack.",
  "enum": [
    "initializing",
    "pending_validation",
    "deleted",
    "pending_issuance",
    "pending_deployment",
    "pending_deletion",
    "pending_expiration",
    "expired",
    "active",
    "initializing_timed_out",
    "validation_timed_out",
    "issuance_timed_out",
    "deployment_timed_out",
    "deletion_timed_out",
    "pending_cleanup",
    "staging_deployment",
    "staging_active",
    "deactivating",
    "inactive",
    "backup_issued",
    "holding_deployment"
  ],
  "example": "initializing",
  "type": "string"
}