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-user-app-account
|
||||
title: UserAppAccount
|
||||
pagination_label: UserAppAccount
|
||||
sidebar_label: UserAppAccount
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'UserAppAccount', 'V2024UserAppAccount']
|
||||
slug: /tools/sdk/powershell/v2024/models/user-app-account
|
||||
tags: ['SDK', 'Software Development Kit', 'UserAppAccount', 'V2024UserAppAccount']
|
||||
---
|
||||
|
||||
|
||||
# UserAppAccount
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | the account ID | [optional]
|
||||
**Type** | Pointer to **String** | It will always be ""ACCOUNT"" | [optional]
|
||||
**Name** | Pointer to **String** | the account name | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$UserAppAccount = Initialize-PSSailpoint.V2024UserAppAccount -Id 85d173e7d57e496569df763231d6deb6a `
|
||||
-Type ACCOUNT `
|
||||
-Name test account
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$UserAppAccount | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user