public class VaultCertificate extends Object
| Constructor and Description |
|---|
VaultCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
certificateStore()
Get the certificateStore value.
|
String |
certificateUrl()
Get the certificateUrl value.
|
VaultCertificate |
withCertificateStore(String certificateStore)
Set the certificateStore value.
|
VaultCertificate |
withCertificateUrl(String certificateUrl)
Set the certificateUrl value.
|
public String certificateUrl()
public VaultCertificate withCertificateUrl(String certificateUrl)
certificateUrl - the certificateUrl value to setpublic String certificateStore()
public VaultCertificate withCertificateStore(String certificateStore)
certificateStore - the certificateStore value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/