Show / Hide Table of Contents

Class CertifiateState

Inheritance
System.Object
InputArgs
ResourceArgs
CertifiateState
Inherited Members
ResourceArgs.Empty
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 CertifiateState : ResourceArgs

Constructors

View Source

CertifiateState()

Declaration
public CertifiateState()

Properties

View Source

CertificateData

The raw Key Vault Certificate data represented as a hexadecimal string.

Declaration
public Input<string> CertificateData { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CertificatePolicy

A certificate_policy block as defined below.

Declaration
public Input<CertifiateCertificatePolicyGetArgs> CertificatePolicy { get; set; }
Property Value
Type Description
Input<CertifiateCertificatePolicyGetArgs>
View Source

KeyVaultCertificate

A certificate block as defined below, used to Import an existing certificate.

Declaration
public Input<CertifiateCertificateGetArgs> KeyVaultCertificate { get; set; }
Property Value
Type Description
Input<CertifiateCertificateGetArgs>
View Source

KeyVaultId

The ID of the Key Vault where the Certificate should be created.

Declaration
public Input<string> KeyVaultId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Specifies the name of the Key Vault Certificate. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecretId

The ID of the associated Key Vault Secret.

Declaration
public Input<string> SecretId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Thumbprint

The X509 Thumbprint of the Key Vault Certificate represented as a hexadecimal string.

Declaration
public Input<string> Thumbprint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Version

The current version of the Key Vault Certificate.

Declaration
public Input<string> Version { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.