Skip to main content

SourceCreated

Properties

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

Examples

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

[Back to top]