mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
970 B
970 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| attribute-request | AttributeRequest | AttributeRequest | AttributeRequest | powershellsdk |
|
/tools/sdk/powershell/v3/models/attribute-request |
|
AttributeRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | Attribute name. | [optional] |
| Op | String | Operation to perform on attribute. | [optional] |
| Value | AttributeRequestValue | [optional] |
Examples
- Prepare the resource
$AttributeRequest = Initialize-AttributeRequest -Name groups `
-Op Add `
-Value null
- Convert the resource to JSON
$AttributeRequest | ConvertTo-JSON