Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ConditionEffectConfig.md
2025-02-03 22:09:17 +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-condition-effect-config ConditionEffectConfig ConditionEffectConfig ConditionEffectConfig powershellsdk
powershell
PowerShell
sdk
ConditionEffectConfig
V2024ConditionEffectConfig
/tools/sdk/powershell/v2024/models/condition-effect-config
SDK
Software Development Kit
ConditionEffectConfig
V2024ConditionEffectConfig

ConditionEffectConfig

Properties

Name Type Description Notes
DefaultValueLabel String Effect type's label. [optional]
Element String Element's identifier. [optional]

Examples

  • Prepare the resource
$ConditionEffectConfig = Initialize-PSSailpoint.V2024ConditionEffectConfig  -DefaultValueLabel Access to Remove `
 -Element 8110662963316867
  • Convert the resource to JSON
$ConditionEffectConfig | ConvertTo-JSON

[Back to top]