---
id: v1-source-account-deleted
title: SourceAccountDeleted
pagination_label: SourceAccountDeleted
sidebar_label: SourceAccountDeleted
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'SourceAccountDeleted', 'v1SourceAccountDeleted']
slug: /tools/sdk/typescript/triggers/models/source-account-deleted
tags: ['SDK', 'Software Development Kit', 'SourceAccountDeleted', 'v1SourceAccountDeleted']
---

# SourceAccountDeleted

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | **(optional)** `string` | Source unique identifier for the identity. UUID is generated by the source system. | [default to undefined]
**id** | `string` | SailPoint generated unique identifier. | [default to undefined]
**nativeIdentifier** | `string` | Unique ID of the account on the source. | [default to undefined]
**sourceId** | `string` | The ID of the source. | [default to undefined]
**sourceName** | `string` | The name of the source. | [default to undefined]
**identityId** | `string` | The ID of the identity that is correlated with this account. | [default to undefined]
**identityName** | `string` | The name of the identity that is correlated with this account. | [default to undefined]
**attributes** |  | The attributes of the account. The contents of attributes depends on the account schema for the source. | [default to undefined]

