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-PSSailpoint.V2024AttrSyncSource -Type SOURCE `
-Id 2c9180835d191a86015d28455b4b232a `
-Name HR Active Directory
- Convert the resource to JSON
$AttrSyncSource | ConvertTo-JSON