SecretApi

interface SecretApi

Represents an API for managing secrets.

Functions

Link copied to clipboard
@GET(value = "api/v2/depots/{depot}/secrets")
abstract fun getSecrets(@Path(value = "depot") depot: String, @Query(value = "acl") acl: String = "r", @Header(value = "dataos-correlation-id") correlationId: String = UUID.randomUUID().toString()): Call<HeimdallSecret>

Retrieves secrets from a depot.