Skip to main content

LoaduncorrelatedaccountstaskTaskAttributes

Extra attributes map(dictionary) for the task.

Properties

NameTypeDescriptionNotes
qpoc_job_idstrThe id of qpoc job[optional]
task_start_delayobjectthe task start delay value[optional]
}

Example

from sailpoint.sources.models.loaduncorrelatedaccountstask_task_attributes import LoaduncorrelatedaccountstaskTaskAttributes

loaduncorrelatedaccountstask_task_attributes = LoaduncorrelatedaccountstaskTaskAttributes(
qpoc_job_id='5d303d46-fc51-48cd-9c6d-4e211e3ab63c',
task_start_delay=
)

[Back to top]