Files
api-specs/idn/v3/schemas/AccessConstraint.yaml
GitHub Action Bot 9f8fee5664 Automated commit 'IDNWAIMEA-10278 - Migrate Docs for V3 Campaign Get API (#1296)
* IDNWAIMEA-10278 - Migrating docs from Beta to V3 for the Certification Campaign endpoints that are already migrated.' by github action: 5081267925
2023-05-25 14:39:12 +00:00

27 lines
568 B
YAML

type : object
properties:
type:
type: string
enum:
- ENTITLEMENT
- ACCESS_PROFILE
- ROLE
description: Type of Access
example: ENTITLEMENT
ids:
description: Must be set only if operator is SELECTED.
type: array
items:
type: string
example: [2c90ad2a70ace7d50170acf22ca90010]
operator:
type: string
enum:
- ALL
- SELECTED
description: Used to determine whether the scope of the campaign should be reduced for selected ids or all.
example: SELECTED
required:
- type
- operator