Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AttrSyncSource.md
2025-05-07 14:37:48 +00:00

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
powershell
PowerShell
sdk
AttrSyncSource
BetaAttrSyncSource
/tools/sdk/powershell/beta/models/attr-sync-source
SDK
Software Development Kit
AttrSyncSource
BetaAttrSyncSource

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

[Back to top]