Show / Hide Table of Contents

Class CertificateCertificatePolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateCertificatePolicyArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CertificateCertificatePolicyArgs : ResourceArgs

Constructors

View Source

CertificateCertificatePolicyArgs()

Declaration
public CertificateCertificatePolicyArgs()

Properties

View Source

IssuerParameters

A issuer_parameters block as defined below.

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

KeyProperties

A key_properties block as defined below.

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

LifetimeActions

A lifetime_action block as defined below.

Declaration
public InputList<CertificateCertificatePolicyLifetimeActionArgs> LifetimeActions { get; set; }
Property Value
Type Description
InputList<CertificateCertificatePolicyLifetimeActionArgs>
View Source

SecretProperties

A secret_properties block as defined below.

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

X509CertificateProperties

A x509_certificate_properties block as defined below.

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