Skip to main content

SodViolationCheckResult1

Properties

NameTypeDescriptionNotes
MessageErrorMessageDto1[optional]
ClientMetadatamap[string]StringArbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on completion of the violation check.[optional]
ViolationContexts[]SodViolationContext1[optional]
ViolatedPolicies[]SodPolicyDtoA list of the SOD policies that were violated.[optional]

Examples

  • Prepare the resource
$SodViolationCheckResult1 = Initialize-PSSailpoint.V2024SodViolationCheckResult1  -Message null `
-ClientMetadata {requestedAppName=test-app, requestedAppId=2c91808f7892918f0178b78da4a305a1} `
-ViolationContexts null `
-ViolatedPolicies null
  • Convert the resource to JSON
$SodViolationCheckResult1 | ConvertTo-JSON

[Back to top]