mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
18 lines
329 B
YAML
18 lines
329 B
YAML
type: object
|
|
properties:
|
|
assignmentRule:
|
|
type: string
|
|
enum:
|
|
- MANAGER
|
|
- STATIC
|
|
description: >-
|
|
Details about the violations owner.
|
|
|
|
MANAGER - identity's manager
|
|
|
|
STATIC - Governance Group or Identity
|
|
example: MANAGER
|
|
ownerRef:
|
|
$ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
|
|