Automated commit 'Merge pull request #1547 from sailpoint/khartzke/IDNPALM-4474

IDNPALM-4474 Update role API docs to account for entitlements being a…' by github action: 7718214174
This commit is contained in:
GitHub Action Bot
2024-01-30 22:21:29 +00:00
parent 50c898234d
commit 51f6dbff60

View File

@@ -34,6 +34,11 @@ properties:
items: items:
$ref: './AccessProfileRef.yaml' $ref: './AccessProfileRef.yaml'
nullable: true nullable: true
Entitlements:
type: array
items:
$ref: './EntitlementRef.yaml'
nullable: true
membership: membership:
$ref: './RoleMembershipSelector.yaml' $ref: './RoleMembershipSelector.yaml'
nullable: true nullable: true