Class CertificateCertificatePolicyKeyPropertiesGetArgs
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 CertificateCertificatePolicyKeyPropertiesGetArgs : ResourceArgs
Constructors
View SourceCertificateCertificatePolicyKeyPropertiesGetArgs()
Declaration
public CertificateCertificatePolicyKeyPropertiesGetArgs()
Properties
View SourceExportable
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> |
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> |
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> |
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> |