Skip to main content

ExportFormDefinitionsByTenant200ResponseInnerSelf

Properties

NameTypeDescriptionNotes
objectFormDefinitionSelfImportExportDto[optional]
}

Example

from sailpoint.v2024.models.export_form_definitions_by_tenant200_response_inner_self import ExportFormDefinitionsByTenant200ResponseInnerSelf

export_form_definitions_by_tenant200_response_inner_self = ExportFormDefinitionsByTenant200ResponseInnerSelf(
object=sailpoint.v2024.models.form_definition_self_import_export_dto.FormDefinitionSelfImportExportDto(
type = 'FORM_DEFINITION',
id = '2c9180835d191a86015d28455b4b232a',
name = 'Temporary User Level Permissions - Requester', )
)

[Back to top]