Skip to main content

ExportFormDefinitionsByTenantV1200ResponseInnerSelf

Properties

NameTypeDescriptionNotes
objectFormDefinitionSelfImportExportDto[optional]
}

Example

from sailpoint.custom_forms.models.export_form_definitions_by_tenant_v1200_response_inner_self import ExportFormDefinitionsByTenantV1200ResponseInnerSelf

export_form_definitions_by_tenant_v1200_response_inner_self = ExportFormDefinitionsByTenantV1200ResponseInnerSelf(
object=sailpoint.custom_forms.models.form_definition_self_import_export_dto.FormDefinitionSelfImportExportDto(
type = 'FORM_DEFINITION',
id = '2c9180835d191a86015d28455b4b232a',
name = 'Temporary User Level Permissions - Requester', )
)

[Back to top]