mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-sp-config-rule | SpConfigRule | SpConfigRule | SpConfigRule | powershellsdk |
|
/tools/sdk/powershell/v2024/models/sp-config-rule |
|
SpConfigRule
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Path | String | JSONPath expression denoting the path within the object where a value substitution should be applied | [optional] |
| Value | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Value to be assigned at the jsonPath location within the object | [optional] |
| Mode | []String | Draft modes to which this rule will apply | [optional] |
Examples
- Prepare the resource
$SpConfigRule = Initialize-PSSailpoint.V2024SpConfigRule -Path $.enabled `
-Value null `
-Mode [RESTORE, PROMOTE]
- Convert the resource to JSON
$SpConfigRule | ConvertTo-JSON