Secret Interface
Implements
public interface Secret
extends Indexable, HasInnerModel<SecretProperties>, HasId, HasName, Updatable<Update>
An immutable client-side representation of an Azure Key Vault secret.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Secret |
attributes() |
abstract String | contentType() |
abstract boolean | enabled() |
abstract String | getValue() |
abstract Mono<String> | getValueAsync() |
abstract String | kid() |
abstract
Paged |
listVersions() |
abstract
Paged |
listVersionsAsync() |
abstract boolean | managed() |
abstract Map<String,String> | tags() |
Method Details
attributes
public abstract SecretProperties attributes()
Returns:
contentType
public abstract String contentType()
Returns:
enabled
public abstract boolean enabled()
Returns:
getValue
public abstract String getValue()
Returns:
getValueAsync
public abstract Mono
Returns:
kid
public abstract String kid()
Returns:
listVersions
public abstract PagedIterable
Returns:
listVersionsAsync
public abstract PagedFlux
Returns:
managed
public abstract boolean managed()
Returns:
tags
public abstract Map
Returns:
Applies to
Azure SDK for Java