Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/beta/Models/ConditionEffectConfig.md
2025-01-27 16:35:26 -05:00

988 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-condition-effect-config ConditionEffectConfig ConditionEffectConfig ConditionEffectConfig powershellsdk
powershell
PowerShell
sdk
ConditionEffectConfig
/tools/sdk/powershell/beta/models/condition-effect-config
SDK
Software Development Kit
ConditionEffectConfig

ConditionEffectConfig

Properties

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

Examples

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

[Back to top]