mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
2.4 KiB
2.4 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-provisioning-completed-account-requests-inner | ProvisioningCompletedAccountRequestsInner | ProvisioningCompletedAccountRequestsInner | ProvisioningCompletedAccountRequestsInner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/provisioning-completed-account-requests-inner |
|
ProvisioningCompletedAccountRequestsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Source | ProvisioningCompletedAccountRequestsInnerSource | [required] | |
| AccountId | String | The unique idenfier of the account being provisioned. | [optional] |
| AccountOperation | String | The provisioning operation; typically Create, Modify, Enable, Disable, Unlock, or Delete. | [required] |
| ProvisioningResult | Enum [ "SUCCESS", "PENDING", "FAILED" ] | The overall result of the provisioning transaction; this could be success, pending, failed, etc. | [required] |
| ProvisioningTarget | String | The name of the provisioning channel selected; this could be the same as the source, or could be a Service Desk Integration Module (SDIM). | [required] |
| TicketId | String | A reference to a tracking number, if this is sent to a Service Desk Integration Module (SDIM). | [optional] |
| AttributeRequests | []ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner | A list of attributes as part of the provisioning transaction. | [optional] |
Examples
- Prepare the resource
$ProvisioningCompletedAccountRequestsInner = Initialize-V2024ProvisioningCompletedAccountRequestsInner -Source null `
-AccountId CN=Chewy.Bacca,ou=hardcorefigter,ou=wookies,dc=starwars,dc=com `
-AccountOperation Modify `
-ProvisioningResult SUCCESS `
-ProvisioningTarget Corp AD `
-TicketId 72619262 `
-AttributeRequests null
- Convert the resource to JSON
$ProvisioningCompletedAccountRequestsInner | ConvertTo-JSON