zero-trust-gateway_settings

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_at object
public_key object
seed_id object
updated_at object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_settings",
  "title": "zero-trust-gateway_settings",
  "properties": {
    "created_at": {
      "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
    },
    "public_key": {
      "$ref": "#/components/schemas/zero-trust-gateway_public_key"
    },
    "seed_id": {
      "$ref": "#/components/schemas/zero-trust-gateway_audit_ssh_settings_components-schemas-uuid"
    },
    "updated_at": {
      "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
    }
  },
  "type": "object"
}