Skip to main content

CreateFormDefinitionFileRequestV1Request

Properties

NameTypeDescriptionNotes
filebytearrayFile specifying the multipart[required]
}

Example

from sailpoint.custom_forms.models.create_form_definition_file_request_v1_request import CreateFormDefinitionFileRequestV1Request

create_form_definition_file_request_v1_request = CreateFormDefinitionFileRequestV1Request(
file=bytes(b'blah')
)

[Back to top]