Permissions.BehaviorBehaviors determine how permission requests are handled.
jsont is the Jsont codec for permission behaviors. Wire format uses lowercase: "allow", "deny", "ask".
val to_string : t -> stringto_string t converts a behavior to its wire format string representation.
val of_string : string -> tof_string s parses a behavior from its wire format string representation.