Your suggested change has been received. Thank you.
Download OpenAPI specification:Download
Endpoint to make authorization decisions based on configured policies and relationship data
Make an authorization decision based on the configured policies.
tenant required | string Your tenant code. |
object The Actor which is attempting the action. | |
action | string The action to authorize, e.g. |
resource | object The resource on which the action is attempted. This can be any Resource/Actor defined with the Relationship Management API, or even a resource not known to Scaled Access. |
context | object Any additional context that can be used by the policy to determine its decision. |
{- "subject": {
- "id": "string",
- "type": "string",
- "": "string"
}, - "action": "string",
- "resource": {
- "": "string"
}, - "context": { }
}
{- "outcome": "allow",
- "reason": "string",
- "obligations": [
- "string"
]
}
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….