Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AccountAttributesCreate.md
2025-01-28 13:29:29 -05:00

977 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-PSSailpoint.BetaAccountAttributesCreate  -Attributes null
  • Convert the resource to JSON
$AccountAttributesCreate | ConvertTo-JSON

[Back to top]