Astarte.Core.Realm (astarte_core v1.0.2) View Source

Functions that deal with Astarte realms

Link to this section Summary

Functions

Returns true if realm_name is a valid realm name, false otherwise.

Link to this section Functions

Returns true if realm_name is a valid realm name, false otherwise.

Valid realm names match this regular expression: ~r/^[a-z][a-z0-9]{0,47}$/. In addition, the astarte and system names and the system_ prefix are reserved.