Skip to main content

SourceCreationErrors

Properties

NameTypeDescriptionNotes
MultihostIdStringMulti-Host Integration ID.[optional] [readonly]
SourceNameStringSource's human-readable name.[optional]
SourceErrorStringSource's human-readable description.[optional]
CreatedSystem.DateTimeDate-time when the source was created[optional]
ModifiedSystem.DateTimeDate-time when the source was last modified.[optional]
OperationStringoperation category (e.g. DELETE).[optional]

Examples

  • Prepare the resource
$SourceCreationErrors = Initialize-PSSailpoint.BetaSourceCreationErrors  -MultihostId 2c91808568c529c60168cca6f90c1324 `
-SourceName My Source `
-SourceError Source with internal name "My Source [source]" already exists. `
-Created 2022-02-08T14:50:03.827Z `
-Modified 2024-01-23T18:08:50.897Z `
-Operation DELETE
  • Convert the resource to JSON
$SourceCreationErrors | ConvertTo-JSON

[Back to top]