---
title: App Managed Environments Certificate
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > App Managed Environments Certificate
---

# App Managed Environments Certificate

This table represents the app_managed_environments_certificate resource from Microsoft Azure.

```
azure.app_managed_environments_certificate
```

## Fields

| Title                            | ID   | Type          | Data Type                                                                                                                                                                                   | Description |
| -------------------------------- | ---- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                             | core | string        |
| certificate_key_vault_properties | core | json          | Properties for a certificate stored in a Key Vault.                                                                                                                                         |
| expiration_date                  | core | string        | Certificate expiration date.                                                                                                                                                                |
| id                               | core | string        | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
| issue_date                       | core | string        | Certificate issue Date.                                                                                                                                                                     |
| issuer                           | core | string        | Certificate issuer.                                                                                                                                                                         |
| location                         | core | string        | The geo-location where the resource lives                                                                                                                                                   |
| name                             | core | string        | The name of the resource                                                                                                                                                                    |
| password                         | core | string        | Certificate password.                                                                                                                                                                       |
| provisioning_state               | core | string        | Provisioning state of the certificate.                                                                                                                                                      |
| public_key_hash                  | core | string        | Public key hash.                                                                                                                                                                            |
| resource_group                   | core | string        |
| subject_alternative_names        | core | array<string> | Subject alternative names the certificate applies to.                                                                                                                                       |
| subject_name                     | core | string        | Subject name of the certificate.                                                                                                                                                            |
| subscription_id                  | core | string        |
| subscription_name                | core | string        |
| system_data                      | core | json          | Azure Resource Manager metadata containing createdBy and modifiedBy information.                                                                                                            |
| tags                             | core | hstore_csv    |
| thumbprint                       | core | string        | Certificate thumbprint.                                                                                                                                                                     |
| type                             | core | string        | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"                                                                                   |
| valid                            | core | bool          | Is the certificate valid?.                                                                                                                                                                  |
| value                            | core | string        | PFX or PEM blob                                                                                                                                                                             |
