mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 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-attr-sync-source | AttrSyncSource | AttrSyncSource | AttrSyncSource | powershellsdk |
|
/tools/sdk/powershell/beta/models/attr-sync-source |
|
AttrSyncSource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "SOURCE" ] | DTO type of target source for attribute synchronization. | [optional] |
| Id | String | ID of target source for attribute synchronization. | [optional] |
| Name | String | Human-readable name of target source for attribute synchronization. | [optional] |
Examples
- Prepare the resource
$AttrSyncSource = Initialize-BetaAttrSyncSource -Type SOURCE `
-Id 2c9180835d191a86015d28455b4b232a `
-Name HR Active Directory
- Convert the resource to JSON
$AttrSyncSource | ConvertTo-JSON