Class CertificateCertificatePolicyKeyProperties
Inheritance
System.Object
CertificateCertificatePolicyKeyProperties
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 CertificateCertificatePolicyKeyProperties
Fields
View SourceExportable
Is this Certificate Exportable? Changing this forces a new resource to be created.
Declaration
public readonly bool Exportable
Field Value
| Type | Description |
|---|---|
| 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 readonly int KeySize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
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 |