Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/v2024/Models/AccountAttributesCreate.md
2025-01-27 16:35:26 -05:00

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

AccountAttributesCreate

Properties

Name Type Description Notes
Attributes AccountAttributesCreateAttributes [required]

Examples

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

[Back to top]