Show / Hide Table of Contents

Class CertifiateCertificatePolicyGetArgs

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

Constructors

View Source

CertifiateCertificatePolicyGetArgs()

Declaration
public CertifiateCertificatePolicyGetArgs()

Properties

View Source

IssuerParameters

A issuer_parameters block as defined below.

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

KeyProperties

A key_properties block as defined below.

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

LifetimeActions

A lifetime_action block as defined below.

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

SecretProperties

A secret_properties block as defined below.

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

X509CertificateProperties

A x509_certificate_properties block as defined below.

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