starting point for adding python sdk docs

This commit is contained in:
darrell-thobe-sp
2025-02-20 12:59:19 -05:00
parent 3b9e39ca19
commit c18583ede4
2726 changed files with 370294 additions and 5 deletions

View File

@@ -0,0 +1,37 @@
---
id: requested-item-status-request-state
title: RequestedItemStatusRequestState
pagination_label: RequestedItemStatusRequestState
sidebar_label: RequestedItemStatusRequestState
sidebar_class_name: pythonsdk
keywords: ['python', 'Python', 'sdk', 'RequestedItemStatusRequestState', 'RequestedItemStatusRequestState']
slug: /tools/sdk/python/v3/models/requested-item-status-request-state
tags: ['SDK', 'Software Development Kit', 'RequestedItemStatusRequestState', 'RequestedItemStatusRequestState']
---
# RequestedItemStatusRequestState
Indicates the state of an access request: * EXECUTING: The request is executing, which indicates the system is doing some processing. * REQUEST_COMPLETED: Indicates the request has been completed. * CANCELLED: The request was cancelled with no user input. * TERMINATED: The request has been terminated before it was able to complete. * PROVISIONING_VERIFICATION_PENDING: The request has finished any approval steps and provisioning is waiting to be verified. * REJECTED: The request was rejected. * PROVISIONING_FAILED: The request has failed to complete. * NOT_ALL_ITEMS_PROVISIONED: One or more of the requested items failed to complete, but there were one or more successes. * ERROR: An error occurred during request processing.
## Enum
* `EXECUTING` (value: `'EXECUTING'`)
* `REQUEST_COMPLETED` (value: `'REQUEST_COMPLETED'`)
* `CANCELLED` (value: `'CANCELLED'`)
* `TERMINATED` (value: `'TERMINATED'`)
* `PROVISIONING_VERIFICATION_PENDING` (value: `'PROVISIONING_VERIFICATION_PENDING'`)
* `REJECTED` (value: `'REJECTED'`)
* `PROVISIONING_FAILED` (value: `'PROVISIONING_FAILED'`)
* `NOT_ALL_ITEMS_PROVISIONED` (value: `'NOT_ALL_ITEMS_PROVISIONED'`)
* `ERROR` (value: `'ERROR'`)
[[Back to top]](#)