MscmpSystPerms.Types.PermGrantValue (mscmp_syst_perms v0.1.0)

A data structure describing what Scope is granted for each Right of a Permission.

Summary

Types

t()

A data structure describing what Scope is granted for each Right of a Permission.

Types

@type t() :: %MscmpSystPerms.Types.PermGrantValue{
  admin_scope: MscmpSystPerms.Types.rights_scope(),
  maint_scope: MscmpSystPerms.Types.rights_scope(),
  ops_scope: MscmpSystPerms.Types.rights_scope(),
  view_scope: MscmpSystPerms.Types.rights_scope()
}

A data structure describing what Scope is granted for each Right of a Permission.

See the conceptual documentation at MscmpSystPerms for more about the available Rights and Scopes.