public final class SetSecretRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SetSecretRequest.Builder
The
SetSecretRequest builder. |
| Modifier and Type | Method and Description |
|---|---|
String |
contentType() |
SecretAttributes |
secretAttributes() |
String |
secretName() |
Map<String,String> |
tags() |
String |
value() |
String |
vaultBaseUrl() |
public String vaultBaseUrl()
public String secretName()
public String value()
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.
*/