mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
975 B
975 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-user-app-account | UserAppAccount | UserAppAccount | UserAppAccount | powershellsdk |
|
/tools/sdk/powershell/v2024/models/user-app-account |
|
UserAppAccount
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | the account ID | [optional] |
| Type | String | It will always be ""ACCOUNT"" | [optional] |
| Name | String | the account name | [optional] |
Examples
- Prepare the resource
$UserAppAccount = Initialize-V2024UserAppAccount -Id 85d173e7d57e496569df763231d6deb6a `
-Type ACCOUNT `
-Name test account
- Convert the resource to JSON
$UserAppAccount | ConvertTo-JSON