Compartir a través de


KeyItem Clase

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.KeyItem

public class KeyItem

Elemento clave que contiene metadatos de clave.

Resumen del método

Modificador y tipo Método y descripción
KeyAttributes attributes()

Obtiene el valor de los atributos.

KeyIdentifier 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.

KeyItem withAttributes(KeyAttributes attributes)

Establezca el valor de los atributos.

KeyItem withKid(String kid)

Establezca el valor del niño.

KeyItem 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:

el valor de los atributos

identifier

public KeyIdentifier identifier()

Identificador de clave.

Returns:

Valor del identificador

kid

public String kid()

Obtenga el valor del niño.

Returns:

el valor del niño

managed

public Boolean managed()

Obtenga el valor administrado.

Returns:

el valor administrado

tags

public Map tags()

Obtenga el valor de las etiquetas.

Returns:

el valor de las etiquetas

withAttributes

public KeyItem withAttributes(KeyAttributes attributes)

Establezca el valor de los atributos.

Parameters:

attributes - el valor de atributos que se va a establecer

Returns:

el propio objeto KeyItem.

withKid

public KeyItem withKid(String kid)

Establezca el valor del niño.

Parameters:

kid - el valor del niño que se va a establecer

Returns:

el propio objeto KeyItem.

withTags

public KeyItem withTags(Map tags)

Establezca el valor de las etiquetas.

Parameters:

tags - el valor de etiquetas que se va a establecer

Returns:

el propio objeto KeyItem.

Se aplica a