mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2024-attribute-request
|
||||
title: AttributeRequest
|
||||
pagination_label: AttributeRequest
|
||||
sidebar_label: AttributeRequest
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'AttributeRequest', 'V2024AttributeRequest']
|
||||
slug: /tools/sdk/powershell/v2024/models/attribute-request
|
||||
tags: ['SDK', 'Software Development Kit', 'AttributeRequest', 'V2024AttributeRequest']
|
||||
---
|
||||
|
||||
|
||||
# AttributeRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Name** | Pointer to **String** | Attribute name. | [optional]
|
||||
**Op** | Pointer to **String** | Operation to perform on attribute. | [optional]
|
||||
**Value** | Pointer to **String** | Value of attribute. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AttributeRequest = Initialize-PSSailpoint.V2024AttributeRequest -Name groups `
|
||||
-Op Add `
|
||||
-Value 3203537556531076
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$AttributeRequest | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user