Show / Hide Table of Contents

Class EncryptionAtRestAzureKeyVault

Inheritance
System.Object
EncryptionAtRestAzureKeyVault
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Mongodbatlas.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class EncryptionAtRestAzureKeyVault

Fields

View Source

AzureEnvironment

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
View Source

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
View Source

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
View Source

KeyIdentifier

The unique identifier of a key in an Azure Key Vault.

Declaration
public readonly string KeyIdentifier
Field Value
Type Description
System.String
View Source

KeyVaultName

The name of an Azure Key Vault containing your key.

Declaration
public readonly string KeyVaultName
Field Value
Type Description
System.String
View Source

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
View Source

Secret

The secret associated with the Azure Key Vault specified by azureKeyVault.tenantID.

Declaration
public readonly string Secret
Field Value
Type Description
System.String
View Source

SubscriptionId

The unique identifier associated with an Azure subscription.

Declaration
public readonly string SubscriptionId
Field Value
Type Description
System.String
View Source

TenantId

The unique identifier for an Azure AD tenant within an Azure subscription.

Declaration
public readonly string TenantId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.