Show / Hide Table of Contents

Class CertificateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateArgs
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 CertificateArgs : ResourceArgs

Constructors

View Source

CertificateArgs()

Declaration
public CertificateArgs()

Properties

View Source

CertificatePolicy

A certificate_policy block as defined below.

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

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

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
Back to top Copyright 2016-2020, Pulumi Corporation.