mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 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-recipient | ProvisioningCompletedRecipient | ProvisioningCompletedRecipient | ProvisioningCompletedRecipient | powershellsdk |
|
/tools/sdk/powershell/v2024/models/provisioning-completed-recipient |
|
ProvisioningCompletedRecipient
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | Provisioning recipient DTO type. | [required] |
| Id | String | Provisioning recipient's identity ID. | [required] |
| Name | String | Provisioning recipient's display name. | [required] |
Examples
- Prepare the resource
$ProvisioningCompletedRecipient = Initialize-PSSailpoint.V2024ProvisioningCompletedRecipient -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20642 `
-Name Michael Michaels
- Convert the resource to JSON
$ProvisioningCompletedRecipient | ConvertTo-JSON