zero-trust-gateway_generate-cert-request

APIs.ioEngineeringPlatform

Properties

Name Type Description
validity_period_days integer Number of days the generated certificate will be valid, minimum 1 day and maximum 30 years. Defaults to 5 years.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-generate-cert-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_generate-cert-request",
  "title": "zero-trust-gateway_generate-cert-request",
  "properties": {
    "validity_period_days": {
      "description": "Number of days the generated certificate will be valid, minimum 1 day and maximum 30 years. Defaults to 5 years.",
      "example": 1826,
      "type": "integer"
    }
  },
  "type": "object"
}