Class GetKeyVaultResult
Inheritance
System.Object
GetKeyVaultResult
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.Azure.KeyVault
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetKeyVaultResult
Fields
View SourceAccessPolicies
One or more access_policy blocks as defined below.
Declaration
public readonly ImmutableArray<GetKeyVaultAccessPolicyResult> AccessPolicies
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetKeyVaultAccessPolicyResult> |
EnabledForDeployment
Can Azure Virtual Machines retrieve certificates stored as secrets from the Key Vault?
Declaration
public readonly bool EnabledForDeployment
Field Value
| Type | Description |
|---|---|
| System.Boolean |
EnabledForDiskEncryption
Can Azure Disk Encryption retrieve secrets from the Key Vault?
Declaration
public readonly bool EnabledForDiskEncryption
Field Value
| Type | Description |
|---|---|
| System.Boolean |
EnabledForTemplateDeployment
Can Azure Resource Manager retrieve secrets from the Key Vault?
Declaration
public readonly bool EnabledForTemplateDeployment
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Location
The Azure Region in which the Key Vault exists.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkAcls
Declaration
public readonly ImmutableArray<GetKeyVaultNetworkAclResult> NetworkAcls
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetKeyVaultNetworkAclResult> |
PurgeProtectionEnabled
Is purge protection enabled on this Key Vault?
Declaration
public readonly bool PurgeProtectionEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
SkuName
The Name of the SKU used for this Key Vault.
Declaration
public readonly string SkuName
Field Value
| Type | Description |
|---|---|
| System.String |
SoftDeleteEnabled
Is soft delete enabled on this Key Vault?
Declaration
public readonly bool SoftDeleteEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Tags
A mapping of tags assigned to the Key Vault.
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
TenantId
The Azure Active Directory Tenant ID used to authenticate requests for this Key Vault.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |
VaultUri
The URI of the vault for performing operations on keys and secrets.
Declaration
public readonly string VaultUri
Field Value
| Type | Description |
|---|---|
| System.String |