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.beta.models.load_uncorrelated_accounts_task_task_attributes import LoadUncorrelatedAccountsTaskTaskAttributes

load_uncorrelated_accounts_task_task_attributes = LoadUncorrelatedAccountsTaskTaskAttributes(
qpoc_job_id='5d303d46-fc51-48cd-9c6d-4e211e3ab63c',
task_start_delay=sailpoint.beta.models.task_start_delay.taskStartDelay()
)

[Back to top]