Msdata.SystAccessAccountPermRoleAssigns (mscmp_syst_mcp_perms v0.1.0)

Definition of a system/application permission.

Defined in MscmpSystMcpPerms.

Summary

Functions

See MscmpSystMcpPerms.Impl.Msdata.SystAccessAccountPermRoleAssigns.Validators.insert_changeset/1.

Types

@type t() :: %Msdata.SystAccessAccountPermRoleAssigns{
  __meta__: Ecto.Schema.Metadata.t(),
  access_account: term(),
  access_account_id: MscmpSystAuthn.Types.access_account_id() | nil,
  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,
  id: Ecto.UUID.t() | nil,
  perm_role: term(),
  perm_role_id: MscmpSystPerms.Types.perm_role_id() | nil
}

Functions

Link to this function

insert_changeset(insert_params)

See MscmpSystMcpPerms.Impl.Msdata.SystAccessAccountPermRoleAssigns.Validators.insert_changeset/1.