Response from enabling authentication
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuthEnableResponse", "title": "AuthEnableResponse", "type": "object", "description": "Response from enabling authentication", "properties": { "header": { "$ref": "#/components/schemas/ResponseHeader" } } }