Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/IdentityAttributeConfig.md
2025-02-03 22:09:17 +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-config IdentityAttributeConfig IdentityAttributeConfig IdentityAttributeConfig powershellsdk
powershell
PowerShell
sdk
IdentityAttributeConfig
BetaIdentityAttributeConfig
/tools/sdk/powershell/beta/models/identity-attribute-config
SDK
Software Development Kit
IdentityAttributeConfig
BetaIdentityAttributeConfig

IdentityAttributeConfig

Properties

Name Type Description Notes
Enabled Boolean If the profile or mapping is enabled [optional] [default to $true]
AttributeTransforms []IdentityAttributeTransform [optional]

Examples

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

[Back to top]