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

969 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-account-attributes-create AccountAttributesCreate AccountAttributesCreate AccountAttributesCreate powershellsdk
powershell
PowerShell
sdk
AccountAttributesCreate
V2024AccountAttributesCreate
/tools/sdk/powershell/v2024/models/account-attributes-create
SDK
Software Development Kit
AccountAttributesCreate
V2024AccountAttributesCreate

AccountAttributesCreate

Properties

Name Type Description Notes
Attributes AccountAttributesCreateAttributes [required]

Examples

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

[Back to top]