---
title: Automation Accounts Variable
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Automation Accounts Variable
---

# Automation Accounts Variable

This table represents the automation_accounts_variable resource from Microsoft Azure.

```gdscript3
azure.automation_accounts_variable
```

## Fields

| Title              | ID   | Type       | Data Type                                        | Description |
| ------------------ | ---- | ---------- | ------------------------------------------------ | ----------- |
| _key               | core | string     |
| creation_time      | core | string     | Gets or sets the creation time.                  |
| description        | core | string     | Gets or sets the description.                    |
| id                 | core | string     | Fully qualified resource Id for the resource     |
| is_encrypted       | core | bool       | Gets or sets the encrypted flag of the variable. |
| last_modified_time | core | string     | Gets or sets the last modified time.             |
| location           | core | string     |
| name               | core | string     | The name of the resource                         |
| resource_group     | core | string     |
| subscription_id    | core | string     |
| subscription_name  | core | string     |
| tags               | core | hstore_csv |
| type               | core | string     | The type of the resource.                        |
| value              | core | string     | Gets or sets the value of the variable.          |
