mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
22 lines
391 B
YAML
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
|
|
|