Class CertificateCertificatePolicyX509CertificateProperties
Inheritance
System.Object
CertificateCertificatePolicyX509CertificateProperties
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CertificateCertificatePolicyX509CertificateProperties
Fields
View SourceExtendedKeyUsages
A list of Extended/Enhanced Key Usages. Changing this forces a new resource to be created.
Declaration
public readonly ImmutableArray<string> ExtendedKeyUsages
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<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 readonly ImmutableArray<string> KeyUsages
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Subject
The Certificate's Subject. Changing this forces a new resource to be created.
Declaration
public readonly string Subject
Field Value
| Type | Description |
|---|---|
| System.String |
SubjectAlternativeNames
A subject_alternative_names block as defined below.
Declaration
public readonly CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNames SubjectAlternativeNames
Field Value
| Type | Description |
|---|---|
| CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNames |
ValidityInMonths
The Certificates Validity Period in Months. Changing this forces a new resource to be created.
Declaration
public readonly int ValidityInMonths
Field Value
| Type | Description |
|---|---|
| System.Int32 |