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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| remediation-item-details | RemediationItemDetails | RemediationItemDetails | RemediationItemDetails | powershellsdk |
|
/tools/sdk/powershell/v3/models/remediation-item-details |
|
RemediationItemDetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to String | The ID of the certification | [optional] |
| TargetId | Pointer to String | The ID of the certification target | [optional] |
| TargetName | Pointer to String | The name of the certification target | [optional] |
| TargetDisplayName | Pointer to String | The display name of the certification target | [optional] |
| ApplicationName | Pointer to String | The name of the application/source | [optional] |
| AttributeName | Pointer to String | The name of the attribute being certified | [optional] |
| AttributeOperation | Pointer to String | The operation of the certification on the attribute | [optional] |
| AttributeValue | Pointer to String | The value of the attribute being certified | [optional] |
| NativeIdentity | Pointer to String | The native identity of the target | [optional] |
Examples
- Prepare the resource
$RemediationItemDetails = Initialize-PSSailpoint.V3RemediationItemDetails -Id 2c9180835d2e5168015d32f890ca1581 `
-TargetId 2c9180835d2e5168015d32f890ca1581 `
-TargetName john.smith `
-TargetDisplayName emailAddress `
-ApplicationName Active Directory `
-AttributeName phoneNumber `
-AttributeOperation update `
-AttributeValue 512-555-1212 `
-NativeIdentity jason.smith2
- Convert the resource to JSON
$RemediationItemDetails | ConvertTo-JSON