Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/IdentityAttributeConfig.md
2025-02-28 17:21:02 +00:00

1.1 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-identity-attribute-config IdentityAttributeConfig IdentityAttributeConfig IdentityAttributeConfig powershellsdk
powershell
PowerShell
sdk
IdentityAttributeConfig
V2024IdentityAttributeConfig
/tools/sdk/powershell/v2024/models/identity-attribute-config
SDK
Software Development Kit
IdentityAttributeConfig
V2024IdentityAttributeConfig

IdentityAttributeConfig

Properties

Name Type Description Notes
Enabled Boolean Backend will only promote values if the profile/mapping is enabled. [optional] [default to $false]
AttributeTransforms []IdentityAttributeTransform [optional]

Examples

  • Prepare the resource
$IdentityAttributeConfig = Initialize-PSSailpoint.V2024IdentityAttributeConfig  -Enabled true `
 -AttributeTransforms null
  • Convert the resource to JSON
$IdentityAttributeConfig | ConvertTo-JSON

[Back to top]