UndocumentedEndpointPolicy
Policy for handling requests to paths not in the endpoints catalog
Properties
string
"default_allow""default_deny"
View JSON Schema
{
"type": "string",
"description": "Policy for handling requests to paths not in the endpoints catalog",
"enum": [
"default_allow",
"default_deny"
]
}