KeyItem Clase
- java.
lang. Object - com.
microsoft. azure. keyvault. models. KeyItem
- com.
public class KeyItem
Elemento clave que contiene metadatos de clave.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
Key |
attributes()
Obtiene el valor de los atributos. |
Key |
identifier()
Identificador de clave. |
String |
kid()
Obtenga el valor del niño. |
Boolean |
managed()
Obtenga el valor administrado. |
Map<String, String> |
tags()
Obtenga el valor de las etiquetas. |
Key |
withAttributes(KeyAttributes attributes)
Establezca el valor de los atributos. |
Key |
withKid(String kid)
Establezca el valor del niño. |
Key |
withTags(Map<String, String> tags)
Establezca el valor de las etiquetas. |
Detalles del método
attributes
public KeyAttributes attributes()
Obtiene el valor de los atributos.
Returns:
identifier
public KeyIdentifier identifier()
Identificador de clave.
Returns:
kid
public String kid()
Obtenga el valor del niño.
Returns:
managed
public Boolean managed()
Obtenga el valor administrado.
Returns:
tags
public Map
Obtenga el valor de las etiquetas.
Returns:
withAttributes
public KeyItem withAttributes(KeyAttributes attributes)
Establezca el valor de los atributos.
Parameters:
Returns:
withKid
public KeyItem withKid(String kid)
Establezca el valor del niño.
Parameters:
Returns:
withTags
public KeyItem withTags(Map
Establezca el valor de las etiquetas.
Parameters:
Returns:
Se aplica a
Azure SDK for Java