mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,24 +16,24 @@ tags: ['SDK', 'Software Development Kit', 'SodPolicy', 'BetaSodPolicy']
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | Policy ID. | [optional] [readonly]
|
||||
**Name** | Pointer to **String** | Policy business name. | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | The time when this SOD policy is created. | [optional] [readonly]
|
||||
**Modified** | Pointer to **System.DateTime** | The time when this SOD policy is modified. | [optional] [readonly]
|
||||
**Description** | Pointer to **String** | Optional description of the SOD policy. | [optional]
|
||||
**OwnerRef** | Pointer to [**SodPolicyOwnerRef**](sod-policy-owner-ref) | | [optional]
|
||||
**ExternalPolicyReference** | Pointer to **String** | Optional external policy reference. | [optional]
|
||||
**PolicyQuery** | Pointer to **String** | Search query of the SOD policy. | [optional]
|
||||
**CompensatingControls** | Pointer to **String** | Optional compensating controls (Mitigating Controls). | [optional]
|
||||
**CorrectionAdvice** | Pointer to **String** | Optional correction advice. | [optional]
|
||||
**State** | Pointer to **Enum** [ "ENFORCED", "NOT_ENFORCED" ] | Whether the policy is enforced or not. | [optional]
|
||||
**Tags** | Pointer to **[]String** | Tags for the policy object. | [optional]
|
||||
**CreatorId** | Pointer to **String** | Policy's creator ID. | [optional] [readonly]
|
||||
**ModifierId** | Pointer to **String** | Policy's modifier ID. | [optional] [readonly]
|
||||
**ViolationOwnerAssignmentConfig** | Pointer to [**ViolationOwnerAssignmentConfig**](violation-owner-assignment-config) | | [optional]
|
||||
**Scheduled** | Pointer to **Boolean** | Defines whether a policy has been scheduled or not. | [optional] [default to $false]
|
||||
**Type** | Pointer to **Enum** [ "GENERAL", "CONFLICTING_ACCESS_BASED" ] | Whether a policy is query based or conflicting access based. | [optional] [default to "GENERAL"]
|
||||
**ConflictingAccessCriteria** | Pointer to [**SodPolicyConflictingAccessCriteria**](sod-policy-conflicting-access-criteria) | | [optional]
|
||||
**Id** | **String** | Policy ID. | [optional] [readonly]
|
||||
**Name** | **String** | Policy business name. | [optional]
|
||||
**Created** | **System.DateTime** | The time when this SOD policy is created. | [optional] [readonly]
|
||||
**Modified** | **System.DateTime** | The time when this SOD policy is modified. | [optional] [readonly]
|
||||
**Description** | **String** | Optional description of the SOD policy. | [optional]
|
||||
**OwnerRef** | [**SodPolicyOwnerRef**](sod-policy-owner-ref) | | [optional]
|
||||
**ExternalPolicyReference** | **String** | Optional external policy reference. | [optional]
|
||||
**PolicyQuery** | **String** | Search query of the SOD policy. | [optional]
|
||||
**CompensatingControls** | **String** | Optional compensating controls (Mitigating Controls). | [optional]
|
||||
**CorrectionAdvice** | **String** | Optional correction advice. | [optional]
|
||||
**State** | **Enum** [ "ENFORCED", "NOT_ENFORCED" ] | Whether the policy is enforced or not. | [optional]
|
||||
**Tags** | **[]String** | Tags for the policy object. | [optional]
|
||||
**CreatorId** | **String** | Policy's creator ID. | [optional] [readonly]
|
||||
**ModifierId** | **String** | Policy's modifier ID. | [optional] [readonly]
|
||||
**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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user