Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/UserAppAccount.md
2025-02-03 22:09:17 +00:00

982 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
beta-user-app-account UserAppAccount UserAppAccount UserAppAccount powershellsdk
powershell
PowerShell
sdk
UserAppAccount
BetaUserAppAccount
/tools/sdk/powershell/beta/models/user-app-account
SDK
Software Development Kit
UserAppAccount
BetaUserAppAccount

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-PSSailpoint.BetaUserAppAccount  -Id 85d173e7d57e496569df763231d6deb6a `
 -Type ACCOUNT `
 -Name test account
  • Convert the resource to JSON
$UserAppAccount | ConvertTo-JSON

[Back to top]