Show / Hide Table of Contents

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 Source

AccessPolicies

One or more access_policy blocks as defined below.

Declaration
public readonly ImmutableArray<GetKeyVaultAccessPolicyResult> AccessPolicies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetKeyVaultAccessPolicyResult>
View Source

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

EnabledForDiskEncryption

Can Azure Disk Encryption retrieve secrets from the Key Vault?

Declaration
public readonly bool EnabledForDiskEncryption
Field Value
Type Description
System.Boolean
View Source

EnabledForTemplateDeployment

Can Azure Resource Manager retrieve secrets from the Key Vault?

Declaration
public readonly bool EnabledForTemplateDeployment
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

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

Location

The Azure Region in which the Key Vault exists.

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

Name

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

NetworkAcls

Declaration
public readonly ImmutableArray<GetKeyVaultNetworkAclResult> NetworkAcls
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetKeyVaultNetworkAclResult>
View Source

PurgeProtectionEnabled

Is purge protection enabled on this Key Vault?

Declaration
public readonly bool PurgeProtectionEnabled
Field Value
Type Description
System.Boolean
View Source

ResourceGroupName

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

SkuName

The Name of the SKU used for this Key Vault.

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

SoftDeleteEnabled

Is soft delete enabled on this Key Vault?

Declaration
public readonly bool SoftDeleteEnabled
Field Value
Type Description
System.Boolean
View Source

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

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

VaultUri

The URI of the vault for performing operations on keys and secrets.

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