Show / Hide Table of Contents

Class CertifiateCertificatePolicyX509CertificatePropertiesGetArgs

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

Constructors

View Source

CertifiateCertificatePolicyX509CertificatePropertiesGetArgs()

Declaration
public CertifiateCertificatePolicyX509CertificatePropertiesGetArgs()

Properties

View Source

ExtendedKeyUsages

A list of Extended/Enhanced Key Usages. Changing this forces a new resource to be created.

Declaration
public InputList<string> ExtendedKeyUsages { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

KeyUsages

A list of uses associated with this Key. Possible values include cRLSign, dataEncipherment, decipherOnly, digitalSignature, encipherOnly, keyAgreement, keyCertSign, keyEncipherment and nonRepudiation and are case-sensitive. Changing this forces a new resource to be created.

Declaration
public InputList<string> KeyUsages { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Subject

The Certificate's Subject. Changing this forces a new resource to be created.

Declaration
public Input<string> Subject { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubjectAlternativeNames

A subject_alternative_names block as defined below.

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

ValidityInMonths

The Certificates Validity Period in Months. Changing this forces a new resource to be created.

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