mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update PowerShell SDK docs: 15934859530
This commit is contained in:
@@ -33,7 +33,6 @@ Name | Type | Description | Notes
|
||||
**ViolationOwnerAssignmentConfig** | [**ViolationOwnerAssignmentConfig**](violation-owner-assignment-config) | | [optional]
|
||||
**Scheduled** | **Boolean** | defines whether a policy has been scheduled or not | [optional] [default to $false]
|
||||
**Type** | **Enum** [ "GENERAL", "CONFLICTING_ACCESS_BASED" ] | whether a policy is query based or conflicting access based | [optional] [default to "GENERAL"]
|
||||
**ConflictingAccessCriteria** | [**SodPolicyConflictingAccessCriteria**](sod-policy-conflicting-access-criteria) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -55,8 +54,7 @@ $SodPolicy = Initialize-SodPolicy -Id 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde `
|
||||
-ModifierId 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde `
|
||||
-ViolationOwnerAssignmentConfig null `
|
||||
-Scheduled true `
|
||||
-Type GENERAL `
|
||||
-ConflictingAccessCriteria null
|
||||
-Type GENERAL
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
Reference in New Issue
Block a user