From 51f6dbff607b2095dc254f902129c2b4df24bcc1 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Tue, 30 Jan 2024 22:21:29 +0000 Subject: [PATCH] Automated commit 'Merge pull request #1547 from sailpoint/khartzke/IDNPALM-4474 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IDNPALM-4474 Update role API docs to account for entitlements being a…' by github action: 7718214174 --- idn/v3/schemas/access/Role.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/idn/v3/schemas/access/Role.yaml b/idn/v3/schemas/access/Role.yaml index a5ba566a..152d695e 100644 --- a/idn/v3/schemas/access/Role.yaml +++ b/idn/v3/schemas/access/Role.yaml @@ -34,6 +34,11 @@ properties: items: $ref: './AccessProfileRef.yaml' nullable: true + Entitlements: + type: array + items: + $ref: './EntitlementRef.yaml' + nullable: true membership: $ref: './RoleMembershipSelector.yaml' nullable: true