Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SpConfigRule.md
2025-03-05 06:25:48 +00:00

1.0 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
powershell
PowerShell
sdk
SpConfigRule
V2024SpConfigRule
/tools/sdk/powershell/v2024/models/sp-config-rule
SDK
Software Development Kit
SpConfigRule
V2024SpConfigRule

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 SpConfigRuleValue [optional]
Modes []String Draft modes to which this rule will apply [optional]

Examples

  • Prepare the resource
$SpConfigRule = Initialize-PSSailpoint.V2024SpConfigRule  -Path $.enabled `
 -Value null `
 -Modes [RESTORE, PROMOTE]
  • Convert the resource to JSON
$SpConfigRule | ConvertTo-JSON

[Back to top]