Skip to main content

IdentityAttributeConfig

Properties

NameTypeDescriptionNotes
EnabledBooleanIf 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]