update doc files

This commit is contained in:
darrell-thobe-sp
2025-04-01 20:27:18 -04:00
parent 878245edd8
commit 0c80cd4cb7
203 changed files with 419 additions and 419 deletions

View File

@@ -27,8 +27,8 @@ Name | Type | Description | Notes
**CorrectionAdvice** | Pointer to **NullableString** | Optional correction advice. | [optional]
**State** | Pointer to **string** | 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 **NullableString** | Policy's modifier ID. | [optional] [readonly]
**CreatorId** | Pointer to **string** | Policy's creator ID. | [optional] [readonly]
**ModifierId** | Pointer to **NullableString** | Policy's modifier ID. | [optional] [readonly]
**ViolationOwnerAssignmentConfig** | Pointer to [**ViolationOwnerAssignmentConfig**](violation-owner-assignment-config) | | [optional]
**Scheduled** | Pointer to **bool** | Defines whether a policy has been scheduled or not. | [optional] [default to false]
**Type** | Pointer to **string** | Whether a policy is query based or conflicting access based. | [optional] [default to "GENERAL"]