SecretItem Clase
- java.
lang. Object - com.
microsoft. azure. keyvault. models. SecretItem
- com.
public class SecretItem
Elemento secreto que contiene metadatos secretos.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
Secret |
attributes()
Obtiene el valor de los atributos. |
String |
contentType()
Obtenga el valor contentType. |
String |
id()
Obtenga el valor de id. |
Secret |
identifier()
el identificador del secreto. |
Boolean |
managed()
Obtenga el valor administrado. |
Map<String, String> |
tags()
Obtenga el valor de las etiquetas. |
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. |
Detalles del método
attributes
public SecretAttributes attributes()
Obtiene el valor de los atributos.
Devoluciones:
contentType
public String contentType()
Obtenga el valor contentType.
Devoluciones:
id
public String id()
Obtenga el valor de id.
Devoluciones:
identifier
public SecretIdentifier identifier()
el identificador del secreto.
Devoluciones:
managed
public Boolean managed()
Obtenga el valor administrado.
Devoluciones:
tags
public Map
Obtenga el valor de las etiquetas.
Devoluciones:
withAttributes
public SecretItem withAttributes(SecretAttributes attributes)
Establezca el valor de los atributos.
Parámetros:
Devoluciones:
withContentType
public SecretItem withContentType(String contentType)
Establezca el valor contentType.
Parámetros:
Devoluciones:
withId
public SecretItem withId(String id)
Establezca el valor de id.
Parámetros:
Devoluciones:
withTags
public SecretItem withTags(Map
Establezca el valor de las etiquetas.
Parámetros:
Devoluciones:
Se aplica a
Azure SDK for Java