Skip to main content

SourceDeleted

Properties

NameTypeDescriptionNotes
IdStringThe unique ID of the source.[required]
NameStringHuman friendly name of the source.[required]
TypeStringThe connection type.[required]
DeletedSystem.DateTimeThe date and time the source was deleted.[required]
ConnectorStringThe connector type used to connect to the source.[required]
ActorSourceDeletedActor[required]

Examples

  • Prepare the resource
$SourceDeleted = Initialize-PSSailpoint.V2024SourceDeleted  -Id 2c9180866166b5b0016167c32ef31a66 `
-Name Test source `
-Type DIRECT_CONNECT `
-Deleted 2021-03-29T22:01:50.474Z `
-Connector active-directory `
-Actor null
  • Convert the resource to JSON
$SourceDeleted | ConvertTo-JSON

[Back to top]