SecretBundle Clase
- java.
lang. Object - com.
microsoft. azure. keyvault. models. SecretBundle
- com.
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 |
---|---|
Secret |
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. |
Secret |
secretIdentifier()
el identificador del secreto. |
Map<String, String> |
tags()
Obtenga el valor de las etiquetas. |
String | toString() |
String |
value()
Obtiene el valor. |
Secret |
withAttributes(SecretAttributes attributes)
Establezca el valor de los atributos. |
Secret |
withContentType(String contentType)
Establezca el valor contentType. |
Secret |
withId(String id)
Establezca el valor de id. |
Secret |
withTags(Map<String, String> tags)
Establezca el valor de las etiquetas. |
Secret |
withValue(String value)
Establezca el valor. |
Detalles del método
attributes
public SecretAttributes attributes()
Obtiene el valor de los atributos.
Devoluciones:
contentType
public String contentType()
Obtiene el valor contentType.
Devoluciones:
id
public String id()
Obtenga el valor de id.
Devoluciones:
kid
public String kid()
Obtenga el valor del niño.
Devoluciones:
managed
public Boolean managed()
Obtenga el valor administrado.
Devoluciones:
secretIdentifier
public SecretIdentifier secretIdentifier()
el identificador del secreto.
Devoluciones:
tags
public Map
Obtenga el valor de las etiquetas.
Devoluciones:
toString
public String toString()
value
public String value()
Obtiene el valor.
Devoluciones:
withAttributes
public SecretBundle withAttributes(SecretAttributes attributes)
Establezca el valor de los atributos.
Parámetros:
Devoluciones:
withContentType
public SecretBundle withContentType(String contentType)
Establezca el valor contentType.
Parámetros:
Devoluciones:
withId
public SecretBundle withId(String id)
Establezca el valor de id.
Parámetros:
Devoluciones:
withTags
public SecretBundle withTags(Map
Establezca el valor de las etiquetas.
Parámetros:
Devoluciones:
withValue
public SecretBundle withValue(String value)
Establezca el valor.
Parámetros:
Devoluciones:
Se aplica a
Azure SDK for Java