Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/IdentityAttributeConfig.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05: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
identity-attribute-config IdentityAttributeConfig IdentityAttributeConfig IdentityAttributeConfig powershellsdk
powershell
PowerShell
sdk
IdentityAttributeConfig
/tools/sdk/powershell/beta/models/identity-attribute-config
SDK
Software Development Kit
IdentityAttributeConfig

IdentityAttributeConfig

Properties

Name Type Description Notes
Enabled Pointer to Boolean If the profile or mapping is enabled [optional] [default to $true]
AttributeTransforms Pointer to []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]