Skip to main content

AttrSyncSource

Properties

NameTypeDescriptionNotes
TypeEnum [ "SOURCE" ]DTO type of target source for attribute synchronization.[optional]
IdStringID of target source for attribute synchronization.[optional]
NameStringHuman-readable name of target source for attribute synchronization.[optional]

Examples

  • Prepare the resource
$AttrSyncSource = Initialize-PSSailpoint.V2024AttrSyncSource  -Type SOURCE `
-Id 2c9180835d191a86015d28455b4b232a `
-Name HR Active Directory
  • Convert the resource to JSON
$AttrSyncSource | ConvertTo-JSON

[Back to top]