mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-violation-context-policy | ViolationContextPolicy | ViolationContextPolicy | ViolationContextPolicy | powershellsdk |
|
/tools/sdk/powershell/v2025/models/violation-context-policy |
|
ViolationContextPolicy
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "ENTITLEMENT" ] | The type of object that is referenced | [optional] |
| Id | String | SOD policy ID. | [optional] |
| Name | String | [optional] |
Examples
- Prepare the resource
$ViolationContextPolicy = Initialize-PSSailpoint.V2025ViolationContextPolicy -Type ENTITLEMENT `
-Id 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde `
-Name A very cool policy name
- Convert the resource to JSON
$ViolationContextPolicy | ConvertTo-JSON