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: beta-attribute-change
|
||||
title: AttributeChange
|
||||
pagination_label: AttributeChange
|
||||
sidebar_label: AttributeChange
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'AttributeChange', 'BetaAttributeChange']
|
||||
slug: /tools/sdk/powershell/beta/models/attribute-change
|
||||
tags: ['SDK', 'Software Development Kit', 'AttributeChange', 'BetaAttributeChange']
|
||||
---
|
||||
|
||||
|
||||
# AttributeChange
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Name** | Pointer to **String** | the attribute name | [optional]
|
||||
**PreviousValue** | Pointer to **String** | the old value of attribute | [optional]
|
||||
**NewValue** | Pointer to **String** | the new value of attribute | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AttributeChange = Initialize-PSSailpoint.BetaAttributeChange -Name null `
|
||||
-PreviousValue null `
|
||||
-NewValue null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$AttributeChange | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user