Skip to main content

ConnectorCustomizerUpdateResponse

Properties

NameTypeDescriptionNotes
IdStringthe ID of connector customizer.[optional]
NameStringname of the connector customizer.[optional]
TenantIDStringConnector customizer tenant id.[optional]
CreatedSystem.DateTimeDate-time when the connector customizer was created.[optional]
ImageVersionInt64Connector customizer image version.[optional]
ImageIDStringConnector customizer image id.[optional]

Examples

  • Prepare the resource
$ConnectorCustomizerUpdateResponse = Initialize-PSSailpoint.V2024ConnectorCustomizerUpdateResponse  -Id b07dc46a-1498-4de8-bfbb-259a68e70c8a `
-Name connector-customizer-name `
-TenantID 2c91808568c529c60168cca6f90c1324 `
-Created null `
-ImageVersion 1 `
-ImageID 2c91808568c529c60168cca6f90c1324
  • Convert the resource to JSON
$ConnectorCustomizerUpdateResponse | ConvertTo-JSON

[Back to top]