Files
api-specs/idn/v3/schemas/SodViolationCheckResult.yaml
GitHub Action Bot b2eb28887c Automated commit 'Devrel 1470: Fix v3 schema validator errors (#1563)
* Fixed several issues

* More fixes to v3 APIs

* More fixes

* Fixed more v3 schema issues

* fixed campaign filters path

* Updated redoc API generator to v10

* Updated redoc api generator action to latest version

* Added log to action

* Fixed path in action

* Added orderBy to saved search

* Added some fixes for beta

* Fixed duplicate nullable

* Triggering checks again

* Triggering checks again

* More beta fixes

* Fixed schema bug' by github action: 7980819692
2024-02-20 22:24:02 +00:00

36 lines
1.0 KiB
YAML

description: The inner object representing the completed SOD Violation check
type: object
properties:
message:
$ref: './ErrorMessageDto.yaml'
description: >-
If the request failed, this includes any error message that was generated.
example:
- locale: "en-US"
localeOrigin: "DEFAULT"
text: "An error has occurred during the SOD violation check"
clientMetadata:
type: object
nullable: true
additionalProperties:
type: string
description: >-
Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on
completion of the violation check.
example:
requestedAppName: test-app
requestedAppId: 2c91808f7892918f0178b78da4a305a1
violationContexts:
type: array
nullable: true
items:
$ref: './SodViolationContext.yaml'
violatedPolicies:
type: array
nullable: true
description: A list of the SOD policies that were violated.
items:
$ref: './SodPolicyDto.yaml'