public interface Secret extends Indexable, HasInnerModel<com.azure.security.keyvault.secrets.models.SecretProperties>, 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() |
boolean |
enabled() |
String |
getValue() |
Mono<String> |
getValueAsync() |
String |
kid() |
com.azure.core.http.rest.PagedIterable<Secret> |
listVersions() |
com.azure.core.http.rest.PagedFlux<Secret> |
listVersionsAsync() |
boolean |
managed() |
Map<String,String> |
tags() |
innerModelString getValue()
com.azure.security.keyvault.secrets.models.SecretProperties attributes()
Map<String,String> tags()
String contentType()
String kid()
boolean managed()
boolean enabled()
com.azure.core.http.rest.PagedIterable<Secret> listVersions()
com.azure.core.http.rest.PagedFlux<Secret> listVersionsAsync()
Copyright © 2020 Microsoft Corporation. All rights reserved.