Update to powershell SDK docs: 13400083192

This commit is contained in:
developer-relations-sp
2025-02-18 21:09:13 +00:00
parent 63e80b2c1b
commit d8aeab4d75
78 changed files with 1364 additions and 340 deletions

View File

@@ -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