mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.1 KiB
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-config1 | IdentityAttributeConfig1 | IdentityAttributeConfig1 | IdentityAttributeConfig1 | powershellsdk |
|
/tools/sdk/powershell/beta/models/identity-attribute-config1 |
|
IdentityAttributeConfig1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Enabled | Boolean | The backend will only promote values if the profile/mapping is enabled. | [optional] [default to $false] |
| AttributeTransforms | []IdentityAttributeTransform1 | [optional] |
Examples
- Prepare the resource
$IdentityAttributeConfig1 = Initialize-PSSailpoint.BetaIdentityAttributeConfig1 -Enabled true `
-AttributeTransforms null
- Convert the resource to JSON
$IdentityAttributeConfig1 | ConvertTo-JSON