Skip to main content

ConnectorCustomizerCreateRequest

Properties

NameTypeDescriptionNotes
namestrConnector customizer name.[optional]
}

Example

from sailpoint.v2024.models.connector_customizer_create_request import ConnectorCustomizerCreateRequest

connector_customizer_create_request = ConnectorCustomizerCreateRequest(
name='My Custom Connector'
)

[Back to top]