Skip to main content

IdentityAttributeConfig

Properties

NameTypeDescriptionNotes
EnabledBooleanThe 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.V3IdentityAttributeConfig  -Enabled true `
-AttributeTransforms null
  • Convert the resource to JSON
$IdentityAttributeConfig | ConvertTo-JSON

[Back to top]