Create or update a single Ranger policy
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Request to create or update a single Ranger policy.
Policy name.
Resource definitions keyed by resource type (e.g., 'catalog', 'schema', 'table', 'column', 'url').
Policy description.
0=ACCESS, 1=MASKING, 2=ROWFILTER.
0=NORMAL, 1=OVERRIDE. Controls evaluation order.
If true, Ranger denies any access not explicitly allowed by this policy.
Allow access items.
Deny access items.
Allow exception items.
Deny exception items.
Row filter items (policyType=2 only).
Masking items (policyType=1 only).
Labels for grouping/filtering policies.
If False (default), a name collision returns 409. Set to True to intentionally update an existing policy of the same name.

