Skip to main content

Formdefinitionselfimportexportdto

Self block for imported/exported object.

Properties

NameTypeDescriptionNotes
typeEnum [ 'FORM_DEFINITION' ]Imported/exported object's DTO type.[optional]
idstrImported/exported object's ID.[optional]
namestrImported/exported object's display name.[optional]
}

Example

from sailpoint.custom_forms.models.formdefinitionselfimportexportdto import Formdefinitionselfimportexportdto

formdefinitionselfimportexportdto = Formdefinitionselfimportexportdto(
type='FORM_DEFINITION',
id='2c9180835d191a86015d28455b4b232a',
name='Temporary User Level Permissions - Requester'
)

[Back to top]