Experimental
Schema
ExactPolicyConstant
Type:
string
ExactPolicyConstant makes both Boolean identities explicit.
Values: unspecified true false
All schema constraints and annotations
{
"description": "ExactPolicyConstant makes both Boolean identities explicit.\n\nValues:\nunspecified\ntrue\nfalse",
"enum": [
"unspecified",
"true",
"false"
],
"title": "ExactPolicyConstant",
"type": "string"
}