mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'ProvisioningCompleted', 'BetaProvisio
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**TrackingNumber** | **String** | The reference number of the provisioning request. Useful for tracking status in the Account Activity search interface. | [required]
|
||||
**Sources** | **String** | One or more sources that the provisioning transaction(s) were done against. Sources are comma separated. | [required]
|
||||
**Action** | Pointer to **String** | Origin of where the provisioning request came from. | [optional]
|
||||
**Errors** | Pointer to **[]String** | A list of any accumulated error messages that occurred during provisioning. | [optional]
|
||||
**Warnings** | Pointer to **[]String** | A list of any accumulated warning messages that occurred during provisioning. | [optional]
|
||||
**Recipient** | [**ProvisioningCompletedRecipient**](provisioning-completed-recipient) | | [required]
|
||||
**Requester** | Pointer to [**ProvisioningCompletedRequester**](provisioning-completed-requester) | | [optional]
|
||||
**AccountRequests** | [**[]ProvisioningCompletedAccountRequestsInner**](provisioning-completed-account-requests-inner) | A list of provisioning instructions to perform on an account-by-account basis. | [required]
|
||||
**TrackingNumber** | **String** | The reference number of the provisioning request. Useful for tracking status in the Account Activity search interface. | [required]
|
||||
**Sources** | **String** | One or more sources that the provisioning transaction(s) were done against. Sources are comma separated. | [required]
|
||||
**Action** | **String** | Origin of where the provisioning request came from. | [optional]
|
||||
**Errors** | **[]String** | A list of any accumulated error messages that occurred during provisioning. | [optional]
|
||||
**Warnings** | **[]String** | A list of any accumulated warning messages that occurred during provisioning. | [optional]
|
||||
**Recipient** | [**ProvisioningCompletedRecipient**](provisioning-completed-recipient) | | [required]
|
||||
**Requester** | [**ProvisioningCompletedRequester**](provisioning-completed-requester) | | [optional]
|
||||
**AccountRequests** | [**[]ProvisioningCompletedAccountRequestsInner**](provisioning-completed-account-requests-inner) | A list of provisioning instructions to perform on an account-by-account basis. | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user