Skip to main content

SourceUpdated

Properties

NameTypeDescriptionNotes
IdStringSource's unique ID.[required]
NameStringSource name.[required]
TypeStringConnection type.[required]
ModifiedSystem.DateTimeDate and time when the source was modified.[required]
ConnectorStringConnector type used to connect to the source.[required]
ActorSourceUpdatedActor[required]

Examples

  • Prepare the resource
$SourceUpdated = Initialize-PSSailpoint.BetaSourceUpdated  -Id 2c9180866166b5b0016167c32ef31a66 `
-Name Test source `
-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]