@Beta(value=V1_6_0) public interface Secret extends Indexable, HasInner<com.microsoft.azure.keyvault.models.SecretBundle>, 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.microsoft.azure.keyvault.models.SecretAttributes |
attributes() |
String |
contentType() |
String |
kid() |
PagedList<Secret> |
listVersions() |
rx.Observable<Secret> |
listVersionsAsync() |
boolean |
managed() |
Map<String,String> |
tags() |
String |
value() |
key
inner
id
String value()
com.microsoft.azure.keyvault.models.SecretAttributes attributes()
Map<String,String> tags()
String contentType()
String kid()
boolean managed()
PagedList<Secret> listVersions()
rx.Observable<Secret> listVersionsAsync()
Copyright © 2019. All rights reserved.