Record
described-config
A configuration entry as reported by the broker.
record described-config {
name: string,
value: option<string>,
source: config-source,
is-sensitive: bool,
is-read-only: bool,
is-default: bool,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | |
| value | option<string> | |
| source | config-source | |
| is-sensitive | bool | Value withheld because it is sensitive (a password, say). |
| is-read-only | bool | Not settable on this resource. |
| is-default | bool | Value is the inherited default rather than an explicit setting. |