public interface Secret extends Indexable, HasInner<com.azure.security.keyvault.secrets.models.KeyVaultSecret>, HasId, HasName, Updatable<Secret.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Secret.Definition
Container interface for all the definitions.
|
static interface |
Secret.DefinitionStages
Grouping of secret definition stages.
|
static interface |
Secret.Update
The template for a secret update operation, containing all the settings that can be modified.
|
static interface |
Secret.UpdateStages
Grouping of secret update stages.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.security.keyvault.secrets.models.SecretProperties |
attributes() |
String |
contentType() |
String |
kid() |
Iterable<Secret> |
listVersions() |
Flux<Secret> |
listVersionsAsync() |
boolean |
managed() |
Map<String,String> |
tags() |
String |
value() |
innerString value()
com.azure.security.keyvault.secrets.models.SecretProperties attributes()
Map<String,String> tags()
String contentType()
String kid()
boolean managed()
Iterable<Secret> listVersions()
Copyright © 2020. All rights reserved.