-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
comp:policyPolicy Configuration ( attributes, subject mappings, resource mappings, kas registry)Policy Configuration ( attributes, subject mappings, resource mappings, kas registry)enhancementNew feature or requestNew feature or request
Description
The AuthorizationService.GetEntitlements endpoint has a scoping mechanism to optimize calls. So given a scope of attribute FQNs, return a data structure that contains only the attribute definitions requested that includes the SubjectSet with the corresponding attribute value FQN.
Message
{
"entities": [
{
"id": "0",
"email_address": "[email protected]"
}
],
"scope": {
"attribute_fqns": [
"https://example.com/attr/attr1/value/value1"
]
}
}jakedoublevjakedoublev
Metadata
Metadata
Assignees
Labels
comp:policyPolicy Configuration ( attributes, subject mappings, resource mappings, kas registry)Policy Configuration ( attributes, subject mappings, resource mappings, kas registry)enhancementNew feature or requestNew feature or request