--- id: v2024-account-attributes-create-attributes title: AccountAttributesCreateAttributes pagination_label: AccountAttributesCreateAttributes sidebar_label: AccountAttributesCreateAttributes sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'AccountAttributesCreateAttributes', 'V2024AccountAttributesCreateAttributes'] slug: /tools/sdk/python/v2024/models/account-attributes-create-attributes tags: ['SDK', 'Software Development Kit', 'AccountAttributesCreateAttributes', 'V2024AccountAttributesCreateAttributes'] --- # AccountAttributesCreateAttributes The schema attribute values for the account ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **source_id** | **str** | Target source to create an account | [required] } ## Example ```python from sailpoint.v2024.models.account_attributes_create_attributes import AccountAttributesCreateAttributes account_attributes_create_attributes = AccountAttributesCreateAttributes( source_id='34bfcbe116c9407464af37acbaf7a4dc' ) ``` [[Back to top]](#)