Skip to main content

SourceUpdated

Properties

NameTypeDescriptionNotes
IdStringThe unique ID of the source.[required]
NameStringThe user friendly name of the source.[required]
TypeStringThe connection type of the source.[required]
ModifiedSystem.DateTimeThe date and time the source was modified.[required]
ConnectorStringThe connector type used to connect to the source.[required]
ActorSourceUpdatedActor[required]

Examples

  • Prepare the resource
$SourceUpdated = Initialize-PSSailpoint.V2024SourceUpdated  -Id 2c9180866166b5b0016167c32ef31a66 `
-Name Corporate Active Directory `
-Type DIRECT_CONNECT `
-Modified 2021-03-29T22:01:50.474Z `
-Connector active-directory `
-Actor null
  • Convert the resource to JSON
$SourceUpdated | ConvertTo-JSON

[Back to top]