Show / Hide Table of Contents

Class CertificateCertificatePolicyGetArgs

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

Constructors

View Source

CertificateCertificatePolicyGetArgs()

Declaration
public CertificateCertificatePolicyGetArgs()

Properties

View Source

IssuerParameters

A issuer_parameters block as defined below.

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

KeyProperties

A key_properties block as defined below.

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

LifetimeActions

A lifetime_action block as defined below.

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

SecretProperties

A secret_properties block as defined below.

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

X509CertificateProperties

A x509_certificate_properties block as defined below.

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