OBJECT
AuthorizationPolicy
Authorization Policy is used to restrict access to pages and forms
# GraphQL Schema definition
1 type AuthorizationPolicy implements AdminSharedAttributesInterface { 2 AuthorizationPolicyAssociation!] : [ 3 String! : 4 JSONDate! : 5 String : 6 # use this status code when authorization fails; usually 404 or 403 7 Int : 8 ID! : 9 HashObject : 10 String! : 11 # defines the physical path of the file 12 String : 13 String : 14 JSONDate! : 15 }