Compartilhar via


KeyBundle Classe

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

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
KeyAttributes attributes()

Obter o valor dos atributos.

JsonWebKey key()

Obtenha o valor da chave.

KeyIdentifier keyIdentifier()

O identificador de chave.

Boolean managed()

Obter o valor gerenciado.

Map<String, String> tags()

Obter o valor das marcas.

String toString()
KeyBundle withAttributes(KeyAttributes attributes)

Defina o valor dos atributos.

KeyBundle withKey(JsonWebKey key)

Defina o valor da chave.

KeyBundle withTags(Map<String, String> tags)

Defina o valor das marcas.

Detalhes do método

attributes

public KeyAttributes attributes()

Obter o valor dos atributos.

Returns:

o valor dos atributos

key

public JsonWebKey key()

Obtenha o valor da chave.

Returns:

o valor da chave

keyIdentifier

public KeyIdentifier keyIdentifier()

O identificador de chave.

Returns:

identificador da chave

managed

public Boolean managed()

Obter o valor gerenciado.

Returns:

o valor gerenciado

tags

public Map tags()

Obter o valor das marcas.

Returns:

o valor das marcas

toString

public String toString()

withAttributes

public KeyBundle withAttributes(KeyAttributes attributes)

Defina o valor dos atributos.

Parameters:

attributes - o valor de atributos a ser definido

Returns:

o objeto KeyBundle em si.

withKey

public KeyBundle withKey(JsonWebKey key)

Defina o valor da chave.

Parameters:

key - o valor da chave a ser definido

Returns:

o objeto KeyBundle em si.

withTags

public KeyBundle withTags(Map tags)

Defina o valor das marcas.

Parameters:

tags - o valor de marcas a ser definido

Returns:

o objeto KeyBundle em si.

Aplica-se a