Show / Hide Table of Contents

Class CertifiateCertificatePolicyX509CertificateProperties

Inheritance
System.Object
CertifiateCertificatePolicyX509CertificateProperties
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 CertifiateCertificatePolicyX509CertificateProperties

Fields

View Source

ExtendedKeyUsages

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>
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 readonly ImmutableArray<string> KeyUsages
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

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
View Source

SubjectAlternativeNames

A subject_alternative_names block as defined below.

Declaration
public readonly CertifiateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNames SubjectAlternativeNames
Field Value
Type Description
CertifiateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNames
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.