mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
---
|
||||
id: v2025-connector-customizer-create-request
|
||||
title: ConnectorCustomizerCreateRequest
|
||||
pagination_label: ConnectorCustomizerCreateRequest
|
||||
sidebar_label: ConnectorCustomizerCreateRequest
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'ConnectorCustomizerCreateRequest', 'V2025ConnectorCustomizerCreateRequest']
|
||||
slug: /tools/sdk/python/v2025/models/connector-customizer-create-request
|
||||
tags: ['SDK', 'Software Development Kit', 'ConnectorCustomizerCreateRequest', 'V2025ConnectorCustomizerCreateRequest']
|
||||
---
|
||||
|
||||
# ConnectorCustomizerCreateRequest
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | **str** | Connector customizer name. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2025.models.connector_customizer_create_request import ConnectorCustomizerCreateRequest
|
||||
|
||||
connector_customizer_create_request = ConnectorCustomizerCreateRequest(
|
||||
name='My Custom Connector'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user