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

@@ -18,7 +18,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **String** | Attribute name. | [optional]
**Op** | **String** | Operation to perform on attribute. | [optional]
**Value** | **String** | Value of attribute. | [optional]
**Value** | [**AttributeRequestValue**](attribute-request-value) | | [optional]
## Examples
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
```powershell
$AttributeRequest = Initialize-PSSailpoint.V3AttributeRequest -Name groups `
-Op Add `
-Value 3203537556531076
-Value null
```
- Convert the resource to JSON