Name | Type | Description | Notes |
---|---|---|---|
policyStatement | string | A Cedar statement that permits or forbids a principal to perform an action on a resource. Refer to the Permissions API guide for more information. | |
description | string | A short description of the policy. | [optional] |
scopeType | string | Specifies where the policy is applied, either at the account level or within product environments. Important: Currently, only `prodenv` is available. | |
scopeId | string | The ID of a specific product environment, or "all" product environments, where the policy is applied. Required and only relevant if scope_type is "prodenv". Find your product environment IDs in the Product Environments page of the Console Settings. Important: The Permissions API is enabled per product environment. Make sure the ID you provide belongs a product environment that has the Permissions API enabled. - <product_environment_id> - all Note: The "all" specification is relevant only when creating or updating a policy. | [optional] |
name | string | The name assigned to the policy. | |
enabled | bool | Indicates whether the policy is currently active. Can be "true" (enabled) or "false" (disabled). | [default to true] |