{"description":"encryption_status_api_response","type":"object","properties":{"status":{"type":"string","enum":["Encrypted","Not Encrypted"],"description":"Whether or not encryption at rest is enabled:\n * `Encrypted` - ENCRYPTION_STATUS_ENCRYPTED,\n * `Not Encrypted` - ENCRYPTION_STATUS_NOT_ENCRYPTED"},"last_key_rotation_time":{"description":"When encryption at rest is enabled, the time at which the current master key became active","type":"string"}}}