ConnectorCustomizerUpdateResponse
Import this model from the entry point of its package:
import { ConnectorCustomizerUpdateResponse } from '@sailpoint/angular-sdk/connector_customizers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | the ID of connector customizer. | [default to undefined] |
| name | (optional) string | name of the connector customizer. | [default to undefined] |
| tenantID | (optional) string | Connector customizer tenant id. | [default to undefined] |
| created | (optional) string | Date-time when the connector customizer was created. | [default to undefined] |
| imageVersion | (optional) number | Connector customizer image version. | [default to undefined] |
| imageID | (optional) string | Connector customizer image id. | [default to undefined] |