Class CertifiateCertificatePolicyX509CertificatePropertiesArgs
Inheritance
System.Object
CertifiateCertificatePolicyX509CertificatePropertiesArgs
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 CertifiateCertificatePolicyX509CertificatePropertiesArgs : ResourceArgs
Constructors
View SourceCertifiateCertificatePolicyX509CertificatePropertiesArgs()
Declaration
public CertifiateCertificatePolicyX509CertificatePropertiesArgs()
Properties
View SourceExtendedKeyUsages
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> |
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> |
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> |
SubjectAlternativeNames
A subject_alternative_names block as defined below.
Declaration
public Input<CertifiateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNamesArgs> SubjectAlternativeNames { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertifiateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNamesArgs> |
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> |