The status of the policy test.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_update_status", "title": "access_update_status", "description": "The status of the policy test.", "enum": [ "blocked", "processing", "complete" ], "example": "complete", "type": "string" }