| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
Optional<String> | ➖ | The unique identifier of the permission policy. | cld::global::api_keys::manage |
policyStatement |
Optional<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. | permit (principal, action, resource == Cloudinary::Feature::"cld::global::api_keys::view"); |