mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
---
|
||||
id: service-desk-source
|
||||
title: ServiceDeskSource
|
||||
pagination_label: ServiceDeskSource
|
||||
sidebar_label: ServiceDeskSource
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'ServiceDeskSource', 'ServiceDeskSource']
|
||||
slug: /tools/sdk/python/v3/models/service-desk-source
|
||||
tags: ['SDK', 'Software Development Kit', 'ServiceDeskSource', 'ServiceDeskSource']
|
||||
---
|
||||
|
||||
# ServiceDeskSource
|
||||
|
||||
Source for Service Desk integration template.
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**type** | **Enum** [ 'SOURCE' ] | DTO type of source for service desk integration template. | [optional]
|
||||
**id** | **str** | ID of source for service desk integration template. | [optional]
|
||||
**name** | **str** | Human-readable name of source for service desk integration template. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v3.models.service_desk_source import ServiceDeskSource
|
||||
|
||||
service_desk_source = ServiceDeskSource(
|
||||
type='SOURCE',
|
||||
id='2c9180835d191a86015d28455b4b232a',
|
||||
name='HR Active Directory'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user