Class CertificateState
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 CertificateState : ResourceArgs
Constructors
View SourceCertificateState()
Declaration
public CertificateState()
Properties
View SourceCertificateData
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> |
CertificatePolicy
A certificate_policy block as defined below.
Declaration
public Input<CertificateCertificatePolicyGetArgs> CertificatePolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertificateCertificatePolicyGetArgs> |
KeyVaultCertificate
A certificate block as defined below, used to Import an existing certificate.
Declaration
public Input<CertificateCertificateGetArgs> KeyVaultCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertificateCertificateGetArgs> |
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> |
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> |
SecretId
The ID of the associated Key Vault Secret.
Declaration
public Input<string> SecretId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
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> |
Version
The current version of the Key Vault Certificate.
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |