Skip to main content

ConnectorCustomizerVersionCreateResponse

Properties

NameTypeDescriptionNotes
CustomizerIDStringID of connector customizer.[optional]
ImageIDStringImageID of the connector customizer.[optional]
VersionInt64Image version of the connector customizer.[optional]
CreatedSystem.DateTimeDate-time when the connector customizer version was created.[optional]

Examples

  • Prepare the resource
$ConnectorCustomizerVersionCreateResponse = Initialize-PSSailpoint.V2024ConnectorCustomizerVersionCreateResponse  -CustomizerID b07dc46a-1498-4de8-bfbb-259a68e70c8a `
-ImageID 2c91808568c529c60168cca6f90c1324 `
-Version 1 `
-Created 2022-02-08T14:50:03.827Z
  • Convert the resource to JSON
$ConnectorCustomizerVersionCreateResponse | ConvertTo-JSON

[Back to top]