Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/IdentityAttributeConfig1.md
2025-03-05 06:25:48 +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
beta-identity-attribute-config1 IdentityAttributeConfig1 IdentityAttributeConfig1 IdentityAttributeConfig1 powershellsdk
powershell
PowerShell
sdk
IdentityAttributeConfig1
BetaIdentityAttributeConfig1
/tools/sdk/powershell/beta/models/identity-attribute-config1
SDK
Software Development Kit
IdentityAttributeConfig1
BetaIdentityAttributeConfig1

IdentityAttributeConfig1

Properties

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

Examples

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

[Back to top]