Type Alias compose_spec::Secrets

source ·
pub type Secrets = IndexMap<Identifier, Resource<Secret>>;
Expand description

Sensitive data that a Service may be granted access to.

compose-spec

Aliased Type§

struct Secrets { /* private fields */ }