mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
Update to powershell SDK docs: 13400083192
This commit is contained in:
@@ -17,22 +17,22 @@ tags: ['SDK', 'Software Development Kit', 'Approval1', 'V2024Approval1']
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Comments** | [**[]ApprovalComment2**](approval-comment2) | | [optional]
|
||||
**Created** | **System.DateTime** | A date-time in ISO-8601 format | [optional]
|
||||
**Modified** | **System.DateTime** | A date-time in ISO-8601 format | [optional]
|
||||
**Owner** | [**AccountSource**](account-source) | | [optional]
|
||||
**Owner** | [**ActivityIdentity**](activity-identity) | | [optional]
|
||||
**Result** | **String** | The result of the approval | [optional]
|
||||
**Type** | **String** | | [optional]
|
||||
**AttributeRequest** | [**AttributeRequest**](attribute-request) | | [optional]
|
||||
**Source** | [**AccountSource**](account-source) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Approval1 = Initialize-PSSailpoint.V2024Approval1 -Comments null `
|
||||
-Created 2018-06-25T20:22:28.104Z `
|
||||
-Modified 2018-06-25T20:22:28.104Z `
|
||||
-Owner null `
|
||||
-Result Finished `
|
||||
-Type null
|
||||
-AttributeRequest null `
|
||||
-Source null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
Reference in New Issue
Block a user