Class CertificateCertificatePolicyGetArgs
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 CertificateCertificatePolicyGetArgs : ResourceArgs
Constructors
View SourceCertificateCertificatePolicyGetArgs()
Declaration
public CertificateCertificatePolicyGetArgs()
Properties
View SourceIssuerParameters
A issuer_parameters block as defined below.
Declaration
public Input<CertificateCertificatePolicyIssuerParametersGetArgs> IssuerParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertificateCertificatePolicyIssuerParametersGetArgs> |
KeyProperties
A key_properties block as defined below.
Declaration
public Input<CertificateCertificatePolicyKeyPropertiesGetArgs> KeyProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertificateCertificatePolicyKeyPropertiesGetArgs> |
LifetimeActions
A lifetime_action block as defined below.
Declaration
public InputList<CertificateCertificatePolicyLifetimeActionGetArgs> LifetimeActions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CertificateCertificatePolicyLifetimeActionGetArgs> |
SecretProperties
A secret_properties block as defined below.
Declaration
public Input<CertificateCertificatePolicySecretPropertiesGetArgs> SecretProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertificateCertificatePolicySecretPropertiesGetArgs> |
X509CertificateProperties
A x509_certificate_properties block as defined below.
Declaration
public Input<CertificateCertificatePolicyX509CertificatePropertiesGetArgs> X509CertificateProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertificateCertificatePolicyX509CertificatePropertiesGetArgs> |