KeyBundle Classe
- java.
lang. Object - com.
microsoft. azure. keyvault. models. KeyBundle
- com.
public class KeyBundle
Um KeyBundle que consiste em uma WebKey mais seus atributos.
Resumo do método
| Modificador e tipo | Método e descrição |
|---|---|
|
Key |
attributes()
Obter o valor dos atributos. |
|
Json |
key()
Obtenha o valor da chave. |
|
Key |
keyIdentifier()
O identificador de chave. |
| Boolean |
managed()
Obter o valor gerenciado. |
| Map<String, String> |
tags()
Obter o valor das marcas. |
| String | toString() |
|
Key |
withAttributes(KeyAttributes attributes)
Defina o valor dos atributos. |
|
Key |
withKey(JsonWebKey key)
Defina o valor da chave. |
|
Key |
withTags(Map<String, String> tags)
Defina o valor das marcas. |
Detalhes do método
attributes
public KeyAttributes attributes()
Obter o valor dos atributos.
Returns:
key
public JsonWebKey key()
Obtenha o valor da chave.
Returns:
keyIdentifier
public KeyIdentifier keyIdentifier()
O identificador de chave.
Returns:
managed
public Boolean managed()
Obter o valor gerenciado.
Returns:
tags
public Map
Obter o valor das marcas.
Returns:
toString
public String toString()
withAttributes
public KeyBundle withAttributes(KeyAttributes attributes)
Defina o valor dos atributos.
Parameters:
Returns:
withKey
public KeyBundle withKey(JsonWebKey key)
Defina o valor da chave.
Parameters:
Returns:
withTags
public KeyBundle withTags(Map
Defina o valor das marcas.
Parameters:
Returns: