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

NameTypeDescription
namestring
valueoption​<string>
sourceconfig-source
is-sensitivebool

Value withheld because it is sensitive (a password, say).

is-read-onlybool

Not settable on this resource.

is-defaultbool

Value is the inherited default rather than an explicit setting.