Msdata.SystGlobalPasswordRules (mscmp_syst_authn v0.1.0)
Establishes rules defining the minimum allowed password complexity on a global, whole system basis.
Rules defined here may be further strengthened by rules defined by
SystOwnerPasswordRules
, but may not be weakened by those definitions.
Defined in MscmpSystAuthn
.
Summary
Functions
See MscmpSystAuthn.Impl.Msdata.SystGlobalPasswordRules.Validators.update_changeset/2
.
Types
@type t() :: %Msdata.SystGlobalPasswordRules{ __meta__: Ecto.Schema.Metadata.t(), allowed_mfa_types: [String.t()] | 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, disallow_compromised: boolean() | nil, disallow_recently_used: integer() | nil, id: Ecto.UUID.t() | nil, max_age: MscmpSystDb.DbTypes.Interval.t() | nil, password_length: MscmpSystDb.DbTypes.IntegerRange.t() | nil, require_lower_case: integer() | nil, require_mfa: boolean() | nil, require_numbers: integer() | nil, require_symbols: integer() | nil, require_upper_case: integer() | nil }
Functions
Link to this function
update_changeset(global_password_rule, update_params)
@spec update_changeset(t(), MscmpSystAuthn.Types.password_rule_params()) :: Ecto.Changeset.t()
See MscmpSystAuthn.Impl.Msdata.SystGlobalPasswordRules.Validators.update_changeset/2
.