Skip to main content

ConnectorCustomizerCreateResponse

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]

Examples

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

[Back to top]