Show / Hide Table of Contents

Class CertificateCertificatePolicyKeyPropertiesGetArgs

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

Constructors

View Source

CertificateCertificatePolicyKeyPropertiesGetArgs()

Declaration
public CertificateCertificatePolicyKeyPropertiesGetArgs()

Properties

View Source

Exportable

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

Declaration
public Input<bool> Exportable { get; set; }
Property Value
Type Description
Input<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 Input<int> KeySize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

KeyType

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

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

ReuseKey

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

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