# The ServicePrincipal object

The details of a ServicePrincipal resource.

## Attributes

- `account_id` (string, Beta)
  The parent account ID for the service principal in <Databricks>.
- `service_principal_id` (string, Beta)
  Internal service principal ID of the service principal in <Databricks>.
- `external_id` (string, Beta)
  ExternalId of the service principal in the customer's IdP.
- `application_id` (string, Beta)
  Application ID of the service principal. Set at creation time and cannot be changed
   afterwards; when omitted, the server generates one.
- `display_name` (string, Beta)
  Display name of the service principal.
- `account_sp_status` (string, Beta)
  The activity status of a service principal in a <Databricks> account.
  Possible values: `STATE_UNSPECIFIED`, `ACTIVE`, `INACTIVE`

## Example

```json
{
  "account_id": "string",
  "service_principal_id": "string",
  "external_id": "string",
  "application_id": "string",
  "display_name": "string",
  "account_sp_status": "string"
}
```


