mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
---
|
||||
id: completion-status
|
||||
title: CompletionStatus
|
||||
pagination_label: CompletionStatus
|
||||
sidebar_label: CompletionStatus
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'CompletionStatus', 'CompletionStatus']
|
||||
slug: /tools/sdk/python/v3/models/completion-status
|
||||
tags: ['SDK', 'Software Development Kit', 'CompletionStatus', 'CompletionStatus']
|
||||
---
|
||||
|
||||
# CompletionStatus
|
||||
|
||||
The status after completion.
|
||||
|
||||
## Enum
|
||||
|
||||
* `SUCCESS` (value: `'SUCCESS'`)
|
||||
|
||||
* `FAILURE` (value: `'FAILURE'`)
|
||||
|
||||
* `INCOMPLETE` (value: `'INCOMPLETE'`)
|
||||
|
||||
* `PENDING` (value: `'PENDING'`)
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user