Files
api-specs/idn/beta/schemas/ViolationOwnerAssignmentConfig.yaml
GitHub Action Bot 03c7b80a9e Automated commit 'Merge pull request #1469 from sailpoint/devrel-1185-2
Devrel 1185 2' by github action: 6736623414
2023-11-02 18:15:05 +00:00

22 lines
391 B
YAML

type: object
properties:
assignmentRule:
type: string
enum:
- MANAGER
- STATIC
- null
description: >-
Details about the violations owner.
MANAGER - identity's manager
STATIC - Governance Group or Identity
example: MANAGER
nullable: true
ownerRef:
allOf:
- $ref: '../../v3/schemas/OwnerDto.yaml'
- nullable: true