mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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-approval1 | Approval1 | Approval1 | Approval1 | powershellsdk |
|
/tools/sdk/powershell/v2024/models/approval1 |
|
Approval1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Comments | []ApprovalComment2 | [optional] | |
| Modified | System.DateTime | A date-time in ISO-8601 format | [optional] |
| Owner | ActivityIdentity | [optional] | |
| Result | String | The result of the approval | [optional] |
| AttributeRequest | AttributeRequest | [optional] | |
| Source | AccountSource | [optional] |
Examples
- Prepare the resource
$Approval1 = Initialize-V2024Approval1 -Comments null `
-Modified 2018-06-25T20:22:28.104Z `
-Owner null `
-Result Finished `
-AttributeRequest null `
-Source null
- Convert the resource to JSON
$Approval1 | ConvertTo-JSON