mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update python SDK docs: 15933190197
This commit is contained in:
@@ -33,7 +33,6 @@ Name | Type | Description | Notes
|
||||
**violation_owner_assignment_config** | [**ViolationOwnerAssignmentConfig**](violation-owner-assignment-config) | | [optional]
|
||||
**scheduled** | **bool** | 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']
|
||||
**conflicting_access_criteria** | [**SodPolicyConflictingAccessCriteria**](sod-policy-conflicting-access-criteria) | | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
@@ -66,8 +65,7 @@ violation_owner_assignment_config=sailpoint.v3.models.violation_owner_assignment
|
||||
id = '2c9180a46faadee4016fb4e018c20639',
|
||||
name = 'Support', ), ),
|
||||
scheduled=True,
|
||||
type='GENERAL',
|
||||
conflicting_access_criteria=
|
||||
type='GENERAL'
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user