Delegation Policy
Authorizations
AuthorizationstringRequired
OAuth 2.0 authorization based on bearer token. MUST contain “Bearer “ + access token value. Must be provided if restricted endpoints are needed.
Body
delegationPolicyRequestTokenstring · application/jwtRequired
Responses
200
OK: The requested policy is created.
No content
401
Unauthorized: When Authorization header is either missing, invalid or token has already expired.
403
Forbidden: This error message is return when a policy creation request could not be processed after rules evaluation. The requested policy does not comply with the rules as set by the Entitled Party.
500
Server Error: When the Authorization Registry was unable to process the request
post
/[v2.1.1]/delegationPolicyNo content
Request
Headers
Parameters
Response
Last updated