dagger/dsl/secret

Values

pub fn id(parent: types.Secret) -> types.Secret

A unique identifier for this Secret.

pub fn name(
  parent: types.Secret,
  client client: types.Client,
  then handler: fn(Result(String, types.QueryError)) -> a,
) -> a

The name of this secret.

pub fn plaintext(
  parent: types.Secret,
  client client: types.Client,
  then handler: fn(Result(String, types.QueryError)) -> a,
) -> a

The value of this secret.

pub fn secret(id id: types.Secret) -> types.Secret
pub fn uri(
  parent: types.Secret,
  client client: types.Client,
  then handler: fn(Result(String, types.QueryError)) -> a,
) -> a

The URI of this secret.

Search Document