mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.0 KiB
1.0 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-sod-violation-context | SodViolationContext | SodViolationContext | SodViolationContext | powershellsdk |
|
/tools/sdk/powershell/beta/models/sod-violation-context |
|
SodViolationContext
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Policy | SodPolicyDto | [optional] | |
| ConflictingAccessCriteria | SodViolationContextConflictingAccessCriteria | [optional] |
Examples
- Prepare the resource
$SodViolationContext = Initialize-BetaSodViolationContext -Policy null `
-ConflictingAccessCriteria null
- Convert the resource to JSON
$SodViolationContext | ConvertTo-JSON