Show / Hide Table of Contents

Class CertifiateCertificatePolicyArgs

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

Constructors

View Source

CertifiateCertificatePolicyArgs()

Declaration
public CertifiateCertificatePolicyArgs()

Properties

View Source

IssuerParameters

A issuer_parameters block as defined below.

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

KeyProperties

A key_properties block as defined below.

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

LifetimeActions

A lifetime_action block as defined below.

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

SecretProperties

A secret_properties block as defined below.

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

X509CertificateProperties

A x509_certificate_properties block as defined below.

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