Compartir a través de


SecretBundle Clase

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

public class SecretBundle

Un secreto que consta de un valor, un identificador y sus atributos.

Resumen del método

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

Obtiene el valor de los atributos.

String contentType()

Obtiene el valor contentType.

String id()

Obtenga el valor de id.

String kid()

Obtenga el valor del niño.

Boolean managed()

Obtenga el valor administrado.

SecretIdentifier secretIdentifier()

el identificador del secreto.

Map<String, String> tags()

Obtenga el valor de las etiquetas.

String toString()
String value()

Obtiene el valor.

SecretBundle withAttributes(SecretAttributes attributes)

Establezca el valor de los atributos.

SecretBundle withContentType(String contentType)

Establezca el valor contentType.

SecretBundle withId(String id)

Establezca el valor de id.

SecretBundle withTags(Map<String, String> tags)

Establezca el valor de las etiquetas.

SecretBundle withValue(String value)

Establezca el valor.

Detalles del método

attributes

public SecretAttributes attributes()

Obtiene el valor de los atributos.

Devoluciones:

el valor de los atributos

contentType

public String contentType()

Obtiene el valor contentType.

Devoluciones:

el valor contentType

id

public String id()

Obtenga el valor de id.

Devoluciones:

el valor de id.

kid

public String kid()

Obtenga el valor del niño.

Devoluciones:

el valor de kid

managed

public Boolean managed()

Obtenga el valor administrado.

Devoluciones:

el valor administrado

secretIdentifier

public SecretIdentifier secretIdentifier()

el identificador del secreto.

Devoluciones:

Valor del identificador

tags

public Map tags()

Obtenga el valor de las etiquetas.

Devoluciones:

el valor de las etiquetas

toString

public String toString()

value

public String value()

Obtiene el valor.

Devoluciones:

el valor

withAttributes

public SecretBundle withAttributes(SecretAttributes attributes)

Establezca el valor de los atributos.

Parámetros:

attributes - el valor de atributos que se va a establecer

Devoluciones:

el propio objeto SecretBundle.

withContentType

public SecretBundle withContentType(String contentType)

Establezca el valor contentType.

Parámetros:

contentType - el valor contentType que se va a establecer

Devoluciones:

el propio objeto SecretBundle.

withId

public SecretBundle withId(String id)

Establezca el valor de id.

Parámetros:

id - el valor de id que se va a establecer

Devoluciones:

el propio objeto SecretBundle.

withTags

public SecretBundle withTags(Map tags)

Establezca el valor de las etiquetas.

Parámetros:

tags - el valor de etiquetas que se va a establecer

Devoluciones:

el propio objeto SecretBundle.

withValue

public SecretBundle withValue(String value)

Establezca el valor.

Parámetros:

value - valor que se va a establecer

Devoluciones:

el propio objeto SecretBundle.

Se aplica a