KeyItem Classe
- java.
lang. Object - com.
microsoft. azure. keyvault. models. KeyItem
- com.
public class KeyItem
O item de chave que contém metadados de chave.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
Key |
attributes()
Obter o valor dos atributos. |
Key |
identifier()
O identificador de chave. |
String |
kid()
Obtenha o valor da criança. |
Boolean |
managed()
Obter o valor gerenciado. |
Map<String, String> |
tags()
Obter o valor das marcas. |
Key |
withAttributes(KeyAttributes attributes)
Defina o valor dos atributos. |
Key |
withKid(String kid)
Defina o valor da criança. |
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:
identifier
public KeyIdentifier identifier()
O identificador de chave.
Returns:
kid
public String kid()
Obtenha o valor da criança.
Returns:
managed
public Boolean managed()
Obter o valor gerenciado.
Returns:
tags
public Map
Obter o valor das marcas.
Returns:
withAttributes
public KeyItem withAttributes(KeyAttributes attributes)
Defina o valor dos atributos.
Parameters:
Returns:
withKid
public KeyItem withKid(String kid)
Defina o valor da criança.
Parameters:
Returns:
withTags
public KeyItem withTags(Map
Defina o valor das marcas.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java