mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1006 B
1006 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-attribute-request | AttributeRequest | AttributeRequest | AttributeRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/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-PSSailpoint.V2024AttributeRequest -Name groups `
-Op Add `
-Value null
- Convert the resource to JSON
$AttributeRequest | ConvertTo-JSON