mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
---
|
||||
id: beta-account-attributes-changed-account
|
||||
title: AccountAttributesChangedAccount
|
||||
pagination_label: AccountAttributesChangedAccount
|
||||
sidebar_label: AccountAttributesChangedAccount
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'AccountAttributesChangedAccount', 'BetaAccountAttributesChangedAccount']
|
||||
slug: /tools/sdk/powershell/beta/models/account-attributes-changed-account
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedAccount', 'BetaAccountAttributesChangedAccount']
|
||||
---
|
||||
|
||||
|
||||
# AccountAttributesChangedAccount
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **String** | SailPoint generated unique identifier. | [required]
|
||||
**Uuid** | **String** | The source's unique identifier for the account. UUID is generated by the source system. | [required]
|
||||
**Name** | **String** | Name of the account. | [required]
|
||||
**NativeIdentity** | **String** | Unique ID of the account on the source. | [required]
|
||||
**Type** | **Enum** [ "ACCOUNT" ] | The type of the account | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountAttributesChangedAccount = Initialize-PSSailpoint.BetaAccountAttributesChangedAccount -Id 52170a74-ca89-11ea-87d0-0242ac130003 `
|
||||
-Uuid 1cb1f07d-3e5a-4431-becd-234fa4306108 `
|
||||
-Name john.doe `
|
||||
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
|
||||
-Type ACCOUNT
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$AccountAttributesChangedAccount | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user