mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-approval-approve-request | ApprovalApproveRequest | ApprovalApproveRequest | ApprovalApproveRequest | powershellsdk |
|
/tools/sdk/powershell/v2025/models/approval-approve-request |
|
ApprovalApproveRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AdditionalAttributes | map[string]String | Additional attributes as key-value pairs that are not part of the standard schema but can be included for custom data. | [optional] |
| Comment | String | Comment associated with the request. | [optional] |
Examples
- Prepare the resource
$ApprovalApproveRequest = Initialize-V2025ApprovalApproveRequest -AdditionalAttributes {additionalProp1=string, additionalProp2=string, additionalProp3=string} `
-Comment comment
- Convert the resource to JSON
$ApprovalApproveRequest | ConvertTo-JSON