Class CertificateArgs
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 CertificateArgs : ResourceArgs
Constructors
View SourceCertificateArgs()
Declaration
public CertificateArgs()
Properties
View SourceCertificatePolicy
A certificate_policy block as defined below.
Declaration
public Input<CertificateCertificatePolicyArgs> CertificatePolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertificateCertificatePolicyArgs> |
KeyVaultCertificate
A certificate block as defined below, used to Import an existing certificate.
Declaration
public Input<CertificateCertificateArgs> KeyVaultCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertificateCertificateArgs> |
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> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |