Skip to main content

ConnectorCustomizersResponse

Properties

NameTypeDescriptionNotes
IdStringConnector customizer ID.[optional] [readonly]
NameStringConnector customizer name.[optional]
ImageVersionInt64Connector customizer image version.[optional]
ImageIDStringConnector customizer image id.[optional]
TenantIDStringConnector customizer tenant id.[optional]
CreatedSystem.DateTimeDate-time when the connector customizer was created[optional]

Examples

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

[Back to top]