Skip to main content

Servicedesksource

Source for Service Desk integration template.

Properties

NameTypeDescriptionNotes
typeEnum [ 'SOURCE' ]DTO type of source for service desk integration template.[optional]
idstrID of source for service desk integration template.[optional]
namestrHuman-readable name of source for service desk integration template.[optional]
}

Example

from sailpoint.sim_integrations.models.servicedesksource import Servicedesksource

servicedesksource = Servicedesksource(
type='SOURCE',
id='2c9180835d191a86015d28455b4b232a',
name='HR Active Directory'
)

[Back to top]