mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
2.0 KiB
2.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-provisioning-completed | ProvisioningCompleted | ProvisioningCompleted | ProvisioningCompleted | powershellsdk |
|
/tools/sdk/powershell/beta/models/provisioning-completed |
|
ProvisioningCompleted
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TrackingNumber | String | Provisioning request's reference number. Useful for tracking status in the 'Account Activity' search interface. | [required] |
| Sources | String | Sources the provisioning transactions were performed on. Sources are comma separated. | [required] |
| Action | String | Origin of the provisioning request. | [optional] |
| Errors | []String | List of any accumulated error messages that occurred during provisioning. | [optional] |
| Warnings | []String | List of any accumulated warning messages that occurred during provisioning. | [optional] |
| Recipient | ProvisioningCompletedRecipient | [required] | |
| Requester | ProvisioningCompletedRequester | [optional] | |
| AccountRequests | []ProvisioningCompletedAccountRequestsInner | List of provisioning instructions to perform on an account-by-account basis. | [required] |
Examples
- Prepare the resource
$ProvisioningCompleted = Initialize-BetaProvisioningCompleted -TrackingNumber 4b4d982dddff4267ab12f0f1e72b5a6d `
-Sources Corp AD, Corp LDAP, Corp Salesforce `
-Action IdentityRefresh `
-Errors null `
-Warnings null `
-Recipient null `
-Requester null `
-AccountRequests null
- Convert the resource to JSON
$ProvisioningCompleted | ConvertTo-JSON