Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
1.0 KiB
Markdown
Raw Normal View History

2025-08-12 13:29:42 +05:30
---
title: createPolicy
slug: /main-concepts/metadata-standard/schemas/api/policies/createpolicy
---
# CreatePolicyRequest
*Create Policy Entity Request*
## Properties
- **`name`**: Name that identifies this Policy. Refer to *../../type/basic.json#/definitions/entityName*.
- **`displayName`** *(string)*: Title for this Policy.
- **`description`**: A short description of the Policy, comprehensible to regular users. Refer to *../../type/basic.json#/definitions/markdown*.
- **`owners`**: Owners of this Policy. Refer to *../../type/entityReferenceList.json*. Default: `None`.
- **`rules`**: Refer to *../../entity/policies/policy.json#/definitions/rules*.
- **`enabled`** *(boolean)*: Is the policy enabled. Default: `True`.
- **`location`**: UUID of Location where this policy is applied. Refer to *../../type/basic.json#/definitions/uuid*. Default: `None`.
- **`domains`** *(array)*: Fully qualified names of the domains the Policy belongs to.
- **Items** *(string)*
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.