access_key_rotation_interval_days

The number of days between key rotations.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-key-rotation-interval-days-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_key_rotation_interval_days",
  "title": "access_key_rotation_interval_days",
  "description": "The number of days between key rotations.",
  "example": 30,
  "maximum": 365,
  "minimum": 21,
  "type": "number"
}