mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-attr-sync-source-config | AttrSyncSourceConfig | AttrSyncSourceConfig | AttrSyncSourceConfig | powershellsdk |
|
/tools/sdk/powershell/v2024/models/attr-sync-source-config |
|
AttrSyncSourceConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Source | AttrSyncSource | [required] | |
| Attributes | []AttrSyncSourceAttributeConfig | Attribute synchronization configuration for specific identity attributes in the context of a source | [required] |
Examples
- Prepare the resource
$AttrSyncSourceConfig = Initialize-PSSailpoint.V2024AttrSyncSourceConfig -Source null `
-Attributes [{name=email, displayName=Email, enabled=true, target=mail}, {name=firstname, displayName=First Name, enabled=false, target=givenName}]
- Convert the resource to JSON
$AttrSyncSourceConfig | ConvertTo-JSON