type
AuthBootstrapEnvelope
type AuthBootstrapEnvelope struct {
Available bool `json:"available"`
}A non-secret indication that the configured admin collection still allows first-user setup.
Source protocol/envelope.go:248
Availablebool- The Available value.