Skip to main content

Identityattributeconfig

Properties

NameTypeDescriptionNotes
EnabledBooleanBackend will only promote values if the profile/mapping is enabled.[optional] [default to $false]
AttributeTransforms[]Identityattributetransform[optional]

Examples

  • Prepare the resource
$Identityattributeconfig = Initialize-Identityattributeconfig  -Enabled true `
-AttributeTransforms null
  • Convert the resource to JSON
$Identityattributeconfig | ConvertTo-JSON

[Back to top]