Show / Hide Table of Contents

Class CertifiateArgs

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

Constructors

View Source

CertifiateArgs()

Declaration
public CertifiateArgs()

Properties

View Source

CertificatePolicy

A certificate_policy block as defined below.

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

KeyVaultCertificate

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

Declaration
public Input<CertifiateCertificateArgs> KeyVaultCertificate { get; set; }
Property Value
Type Description
Input<CertifiateCertificateArgs>
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.