mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.5 KiB
1.5 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-sod-violation-check-result | SodViolationCheckResult | SodViolationCheckResult | SodViolationCheckResult | powershellsdk |
|
/tools/sdk/powershell/v2024/models/sod-violation-check-result |
|
SodViolationCheckResult
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Message | ErrorMessageDto | [optional] | |
| ClientMetadata | map[string]String | Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on completion of the violation check. | [optional] |
| ViolationContexts | []SodViolationContext | [optional] | |
| ViolatedPolicies | []SodPolicyDto | A list of the SOD policies that were violated. | [optional] |
Examples
- Prepare the resource
$SodViolationCheckResult = Initialize-PSSailpoint.V2024SodViolationCheckResult -Message null `
-ClientMetadata {requestedAppName=test-app, requestedAppId=2c91808f7892918f0178b78da4a305a1} `
-ViolationContexts null `
-ViolatedPolicies null
- Convert the resource to JSON
$SodViolationCheckResult | ConvertTo-JSON