Class EncryptionAtRestAzureKeyVault
Inheritance
Inherited Members
Namespace: Pulumi.Mongodbatlas.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class EncryptionAtRestAzureKeyVault
Fields
View SourceAzureEnvironment
The Azure environment where the Azure account credentials reside. Valid values are the following: AZURE, AZURE_CHINA, AZURE_GERMANY
Declaration
public readonly string AzureEnvironment
Field Value
| Type | Description |
|---|---|
| System.String |
ClientId
The client ID, also known as the application ID, for an Azure application associated with the Azure AD tenant.
Declaration
public readonly string ClientId
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
Specifies whether Encryption at Rest is enabled for an Atlas project. To disable Encryption at Rest, pass only this parameter with a value of false. When you disable Encryption at Rest, Atlas also removes the configuration details.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
KeyIdentifier
The unique identifier of a key in an Azure Key Vault.
Declaration
public readonly string KeyIdentifier
Field Value
| Type | Description |
|---|---|
| System.String |
KeyVaultName
The name of an Azure Key Vault containing your key.
Declaration
public readonly string KeyVaultName
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
The name of the Azure Resource group that contains an Azure Key Vault.
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Secret
The secret associated with the Azure Key Vault specified by azureKeyVault.tenantID.
Declaration
public readonly string Secret
Field Value
| Type | Description |
|---|---|
| System.String |
SubscriptionId
The unique identifier associated with an Azure subscription.
Declaration
public readonly string SubscriptionId
Field Value
| Type | Description |
|---|---|
| System.String |
TenantId
The unique identifier for an Azure AD tenant within an Azure subscription.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |