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.
Aliased Type§
struct Secrets { /* private fields */ }pub type Secrets = IndexMap<Identifier, Resource<Secret>>;Sensitive data that a Service may be granted access to.
struct Secrets { /* private fields */ }