Files
api-specs/idn/beta/schemas/SodViolationCheckResult.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

33 lines
983 B
YAML

description: The inner object representing the completed SOD Violation check
type: object
properties:
message:
$ref: '../../v3/schemas/ErrorMessageDto.yaml'
description: >-
If the request failed, 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
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
items:
$ref: './SodViolationContext.yaml'
violatedPolicies:
type: array
description: A list of the Policies that were violated.
items:
$ref: './SodPolicyDto.yaml'