--- id: beta-account-attributes-create title: AccountAttributesCreate pagination_label: AccountAttributesCreate sidebar_label: AccountAttributesCreate sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'AccountAttributesCreate', 'BetaAccountAttributesCreate'] slug: /tools/sdk/powershell/beta/models/account-attributes-create tags: ['SDK', 'Software Development Kit', 'AccountAttributesCreate', 'BetaAccountAttributesCreate'] --- # AccountAttributesCreate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Attributes** | [**AccountAttributesCreateAttributes**](account-attributes-create-attributes) | | [required] ## Examples - Prepare the resource ```powershell $AccountAttributesCreate = Initialize-BetaAccountAttributesCreate -Attributes null ``` - Convert the resource to JSON ```powershell $AccountAttributesCreate | ConvertTo-JSON ``` [[Back to top]](#)