Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 934 Bytes

Policy.md

File metadata and controls

17 lines (13 loc) · 934 Bytes

Policy

Properties

Name Type Description Notes
pk UUID [readonly]
name String
executionLogging Bool When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. [optional]
component String Get object component so that we know how to edit the object [readonly]
verboseName String Return object's verbose_name [readonly]
verboseNamePlural String Return object's plural verbose_name [readonly]
metaModelName String Return internal model name [readonly]
boundTo Int Return objects policy is bound to [readonly]

[Back to Model list] [Back to API list] [Back to README]