Automated commit 'PLTDP-933 Updating search docs (#1535)

* PLTDP-933 Updating to latest search changes' by github action: 7629324837
This commit is contained in:
GitHub Action Bot
2024-01-23 17:11:02 +00:00
parent fb455057fe
commit f9d491543e
2 changed files with 28 additions and 0 deletions

View File

@@ -18,6 +18,18 @@ value:
- id: '2c91809c6faade77016fb4f0b63407ae'
name: 'Admin Access'
accessProfileCount: 1
segments:
- id: '0f11f2a4-7c94-4bf3-a2bd-742580fe3bde'
name: 'segment-xyz'
description: 'This segment represents xyz'
segmentCount: 1
entitlements:
- id: '2c91809c6faade77016fb4f0b63407ae'
name: 'Admin Access'
description: 'Access to everything'
privileged: true
hasPermissions: true
entitlementCount: 1
tags:
- 'TAG_1'
- 'TAG_2'

View File

@@ -12,3 +12,19 @@ allOf:
type: integer
tags:
$ref: '../base/Tags.yaml'
segments:
type: array
items:
$ref: '../base/Reference.yaml'
segmentCount:
type: integer
format: int32
example: 1
entitlements:
type: array
items:
$ref: '../access/AccessProfileRole.yaml'
entitlementCount:
type: integer
format: int32
example: 3