---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# azure_key_vault_secret{% #azure_key_vault_secret %}

## `attributes`{% #attributes %}

**Type**: `STRUCT`**Provider name**: `properties.attributes`**Description**: The attributes of the secret.

- `created`**Type**: `INT64`**Provider name**: `created`**Description**: Creation time in seconds since 1970-01-01T00:00:00Z.
- `enabled`**Type**: `BOOLEAN`**Provider name**: `enabled`**Description**: Determines whether the object is enabled.
- `exp`**Type**: `INT64`**Provider name**: `exp`**Description**: Expiry date in seconds since 1970-01-01T00:00:00Z.
- `nbf`**Type**: `INT64`**Provider name**: `nbf`**Description**: Not before date in seconds since 1970-01-01T00:00:00Z.
- `updated`**Type**: `INT64`**Provider name**: `updated`**Description**: Last updated time in seconds since 1970-01-01T00:00:00Z.

## `content_type`{% #content_type %}

**Type**: `STRING`**Provider name**: `properties.contentType`**Description**: The content type of the secret.

## `id`{% #id %}

**Type**: `STRING`**Provider name**: `id`**Description**: Fully qualified identifier of the key vault resource.

## `location`{% #location %}

**Type**: `STRING`**Provider name**: `location`**Description**: Azure location of the key vault resource.

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: Name of the key vault resource.

## `resource_group`{% #resource_group %}

**Type**: `STRING`

## `secret_uri`{% #secret_uri %}

**Type**: `STRING`**Provider name**: `properties.secretUri`**Description**: The URI to retrieve the current version of the secret.

## `secret_uri_with_version`{% #secret_uri_with_version %}

**Type**: `STRING`**Provider name**: `properties.secretUriWithVersion`**Description**: The URI to retrieve the specific version of the secret.

## `subscription_id`{% #subscription_id %}

**Type**: `STRING`

## `subscription_name`{% #subscription_name %}

**Type**: `STRING`

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `type`{% #type %}

**Type**: `STRING`**Provider name**: `type`**Description**: Resource type of the key vault resource.

## `value`{% #value %}

**Type**: `STRING`**Provider name**: `properties.value`**Description**: The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
