mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
Update to python SDK docs: 14132739659
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
---
|
||||
id: v2024-connector-customizer-create-response
|
||||
title: ConnectorCustomizerCreateResponse
|
||||
pagination_label: ConnectorCustomizerCreateResponse
|
||||
sidebar_label: ConnectorCustomizerCreateResponse
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'ConnectorCustomizerCreateResponse', 'V2024ConnectorCustomizerCreateResponse']
|
||||
slug: /tools/sdk/python/v2024/models/connector-customizer-create-response
|
||||
tags: ['SDK', 'Software Development Kit', 'ConnectorCustomizerCreateResponse', 'V2024ConnectorCustomizerCreateResponse']
|
||||
---
|
||||
|
||||
# ConnectorCustomizerCreateResponse
|
||||
|
||||
ConnectorCustomizerResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **str** | the ID of connector customizer. | [optional]
|
||||
**name** | **str** | name of the connector customizer. | [optional]
|
||||
**tenant_id** | **str** | Connector customizer tenant id. | [optional]
|
||||
**created** | **datetime** | Date-time when the connector customizer was created. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2024.models.connector_customizer_create_response import ConnectorCustomizerCreateResponse
|
||||
|
||||
connector_customizer_create_response = ConnectorCustomizerCreateResponse(
|
||||
id='b07dc46a-1498-4de8-bfbb-259a68e70c8a',
|
||||
name='connector-customizer-name',
|
||||
tenant_id='2c91808568c529c60168cca6f90c1324',
|
||||
created=datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f')
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user