Your suggested change has been received. Thank you.
Download OpenAPI specification:Download
Authorization Config API documentation
Lists all defined Policies.
tenant required | string Your tenant code. |
q | string Optional search query param for filtering policies based on content. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
Lists all defined Policies.
tenant required | string Your tenant code. |
q | string Optional search query param for filtering policies based on content. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
Returns a specific Policy.
policyName required | string The identifier for the Policy. |
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
{- "name": "string",
- "rego": "string",
- "graph": { }
}
Creates or updates a Policy.
Note: A PUT request overwrites the original object. Be sure to (re-)enter the values for all desired properties.
policyName required | string The identifier for the Policy. |
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
rego | string The raw Rego policy data. Either rego or graph must be provided. If both are provided then graph takes precedence over rego. |
object The graphical representation of the Rego policy. The graphical representation will be converted to a Rego policy. Either rego or graph must be provided. If both are provided then graph takes precedence over rego. | |
isReadOnly | boolean |
{- "rego": "string",
- "graph": {
- "nodes": [
- {
- "id": "string",
- "name": "string",
- "description": "string",
- "type": { },
- "roles": [
- { }
]
}
], - "links": [
- {
- "id": "string",
- "name": "string",
- "description": "string",
- "sourceId": "string",
- "targetId": "string",
- "roles": [
- "string"
]
}
]
}, - "isReadOnly": true
}
Removes the Policy specified by {policyName}.
policyName required | string The identifier for the Policy. |
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
Returns a specific Policy.
policyName required | string The identifier for the Policy. |
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
{- "name": "string",
- "rego": "string",
- "graph": { }
}
Creates or updates a Policy.
Note: A PUT request overwrites the original object. Be sure to (re-)enter the values for all desired properties.
policyName required | string The identifier for the Policy. |
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
rego | string The raw Rego policy data. Either rego or graph must be provided. If both are provided then graph takes precedence over rego. |
object The graphical representation of the Rego policy. The graphical representation will be converted to a Rego policy. Either rego or graph must be provided. If both are provided then graph takes precedence over rego. | |
isReadOnly | boolean |
{- "rego": "string",
- "graph": {
- "nodes": [
- {
- "id": "string",
- "name": "string",
- "description": "string",
- "type": { },
- "roles": [
- { }
]
}
], - "links": [
- {
- "id": "string",
- "name": "string",
- "description": "string",
- "sourceId": "string",
- "targetId": "string",
- "roles": [
- "string"
]
}
]
}, - "isReadOnly": true
}
Removes the Policy specified by {policyName}.
policyName required | string The identifier for the Policy. |
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |