Msdata.SystPermRoles (mscmp_syst_perms v0.1.0)

Groups together individual permissions such that they can be sensibly granted to users.

Defined in MscmpSystPerms.

Summary

Functions

See MscmpSystPerms.Impl.Msdata.SystPermRoles.Validators.insert_changeset/2.

See MscmpSystPerms.Impl.Msdata.SystPermRoles.Validators.update_changeset/3.

Types

@type t() :: %Msdata.SystPermRoles{
  __meta__: Ecto.Schema.Metadata.t(),
  diag_role_created: String.t() | nil,
  diag_role_modified: String.t() | nil,
  diag_row_version: integer() | nil,
  diag_timestamp_created: DateTime.t() | nil,
  diag_timestamp_modified: DateTime.t() | nil,
  diag_update_count: integer() | nil,
  diag_wallclock_modified: DateTime.t() | nil,
  display_name: String.t() | nil,
  id: Ecto.UUID.t() | nil,
  internal_name: MscmpSystPerms.Types.perm_role_name() | nil,
  perm_functional_type: term(),
  perm_functional_type_id: MscmpSystPerms.Types.perm_functional_type_id() | nil,
  perm_role_grants: term(),
  syst_defined: boolean() | nil,
  syst_description: String.t() | nil,
  user_description: String.t() | nil
}

Functions

Link to this function

insert_changeset(insert_params, opts \\ [])

See MscmpSystPerms.Impl.Msdata.SystPermRoles.Validators.insert_changeset/2.

Link to this function

update_changeset(perm_role, update_params, opts \\ [])

@spec update_changeset(t(), MscmpSystPerms.Types.perm_role_params(), Keyword.t()) ::
  Ecto.Changeset.t()

See MscmpSystPerms.Impl.Msdata.SystPermRoles.Validators.update_changeset/3.