Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AccountAttributesCreate.md
2025-05-07 14:37:48 +00:00

964 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-account-attributes-create AccountAttributesCreate AccountAttributesCreate AccountAttributesCreate powershellsdk
powershell
PowerShell
sdk
AccountAttributesCreate
BetaAccountAttributesCreate
/tools/sdk/powershell/beta/models/account-attributes-create
SDK
Software Development Kit
AccountAttributesCreate
BetaAccountAttributesCreate

AccountAttributesCreate

Properties

Name Type Description Notes
Attributes AccountAttributesCreateAttributes [required]

Examples

  • Prepare the resource
$AccountAttributesCreate = Initialize-BetaAccountAttributesCreate  -Attributes null
  • Convert the resource to JSON
$AccountAttributesCreate | ConvertTo-JSON

[Back to top]