mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2024-sp-config-rule
|
||||
title: SpConfigRule
|
||||
pagination_label: SpConfigRule
|
||||
sidebar_label: SpConfigRule
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'SpConfigRule', 'V2024SpConfigRule']
|
||||
slug: /tools/sdk/powershell/v2024/models/sp-config-rule
|
||||
tags: ['SDK', 'Software Development Kit', 'SpConfigRule', 'V2024SpConfigRule']
|
||||
---
|
||||
|
||||
|
||||
# SpConfigRule
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Path** | Pointer to **String** | JSONPath expression denoting the path within the object where a value substitution should be applied | [optional]
|
||||
**Value** | Pointer to [**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** | Pointer to **[]String** | Draft modes to which this rule will apply | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$SpConfigRule = Initialize-PSSailpoint.V2024SpConfigRule -Path $.enabled `
|
||||
-Value null `
|
||||
-Mode [RESTORE, PROMOTE]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$SpConfigRule | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user