Show / Hide Table of Contents

Class CertifiateCertificatePolicyKeyProperties

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

Fields

View Source

Exportable

Is this Certificate Exportable? Changing this forces a new resource to be created.

Declaration
public readonly bool Exportable
Field Value
Type Description
System.Boolean
View Source

KeySize

The size of the Key used in the Certificate. Possible values include 2048 and 4096. Changing this forces a new resource to be created.

Declaration
public readonly int KeySize
Field Value
Type Description
System.Int32
View Source

KeyType

Specifies the Type of Key, such as RSA. Changing this forces a new resource to be created.

Declaration
public readonly string KeyType
Field Value
Type Description
System.String
View Source

ReuseKey

Is the key reusable? Changing this forces a new resource to be created.

Declaration
public readonly bool ReuseKey
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.