AccessLevel

open class AccessLevel

Represents how the setting can be accessed.

Properties

Link copied to clipboard
open val readable: Boolean
Can this setting be read.
Link copied to clipboard
open val secure: Boolean
Is the Setting secure.
Link copied to clipboard
open val writable: Boolean
Can this setting be written.