access_key_config

APIs.ioEngineeringPlatform

Properties

Name Type Description
days_until_next_rotation object
key_rotation_interval_days object
last_key_rotation_at object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-key-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_key_config",
  "title": "access_key_config",
  "properties": {
    "days_until_next_rotation": {
      "$ref": "#/components/schemas/access_days_until_next_rotation"
    },
    "key_rotation_interval_days": {
      "$ref": "#/components/schemas/access_key_rotation_interval_days"
    },
    "last_key_rotation_at": {
      "$ref": "#/components/schemas/access_last_key_rotation_at"
    }
  },
  "type": "object"
}