public final class UpdateSecretRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateSecretRequest.Builder
The
UpdateSecretRequest builder. |
| Modifier and Type | Method and Description |
|---|---|
String |
contentType() |
SecretAttributes |
secretAttributes() |
String |
secretName() |
String |
secretVersion() |
Map<String,String> |
tags() |
String |
vaultBaseUrl() |
public String vaultBaseUrl()
public String secretName()
public String secretVersion()
public String contentType()
public SecretAttributes secretAttributes()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/