Share via


IKeyVaultCertificateProperties.ExcludePrivateKey Property

Definition

Optional. If set to true, it will not import private key from key vault.

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Optional. If set to true, it will not import private key from key vault.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="excludePrivateKey")]
public bool? ExcludePrivateKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Optional. If set to true, it will not import private key from key vault.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="excludePrivateKey")>]
member this.ExcludePrivateKey : Nullable<bool> with get, set
Public Property ExcludePrivateKey As Nullable(Of Boolean)

Property Value

Attributes

Applies to