mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
Update to powershell SDK docs: 13400083192
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user