Class CertifiateCertificatePolicyGetArgs
Inherited Members
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 SourceCertifiateCertificatePolicyGetArgs()
Declaration
public CertifiateCertificatePolicyGetArgs()
Properties
View SourceIssuerParameters
A issuer_parameters block as defined below.
Declaration
public Input<CertifiateCertificatePolicyIssuerParametersGetArgs> IssuerParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertifiateCertificatePolicyIssuerParametersGetArgs> |
KeyProperties
A key_properties block as defined below.
Declaration
public Input<CertifiateCertificatePolicyKeyPropertiesGetArgs> KeyProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertifiateCertificatePolicyKeyPropertiesGetArgs> |
LifetimeActions
A lifetime_action block as defined below.
Declaration
public InputList<CertifiateCertificatePolicyLifetimeActionGetArgs> LifetimeActions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CertifiateCertificatePolicyLifetimeActionGetArgs> |
SecretProperties
A secret_properties block as defined below.
Declaration
public Input<CertifiateCertificatePolicySecretPropertiesGetArgs> SecretProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertifiateCertificatePolicySecretPropertiesGetArgs> |
X509CertificateProperties
A x509_certificate_properties block as defined below.
Declaration
public Input<CertifiateCertificatePolicyX509CertificatePropertiesGetArgs> X509CertificateProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertifiateCertificatePolicyX509CertificatePropertiesGetArgs> |