title: Enrollment API key type: object properties: id: type: string api_key_id: type: string api_key: type: string name: type: string active: type: boolean policy_id: type: string created_at: type: string required: - id - api_key_id - api_key - active - created_at