mfa_method

2 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
mfa_method_id numeric 10 null
mfa_registration.mfa_method_id mfamethod_mfaregistration R
mfa_rule.mfa_method_id mfamethod_mfarule R
ad_client_id numeric 10 null
ad_org_id numeric 10 null
created timestamp 29,6 statement_timestamp()
createdby numeric 10 null
description varchar 255 NULL::character varying
help varchar 2000 NULL::character varying
isactive bpchar 1 'Y'::bpchar
mfa_method_uu varchar 36 NULL::character varying
name varchar 60 null
updated timestamp 29,6 statement_timestamp()
updatedby numeric 10 null
method varchar 60 null
mfatype bpchar 1 NULL::bpchar
mfaissuer varchar 2000 NULL::character varying
mfaallowedtimediscrepancy numeric 10 NULL::numeric
mfatimeprovider bpchar 1 NULL::bpchar
mfatimeserver varchar 255 NULL::character varying
expireinminutes numeric 10 NULL::numeric
r_mailtext_id numeric 10 NULL::numeric
r_mailtext.r_mailtext_id rmailtext_mfamethod R
mfa_elementprm_id numeric 10 NULL::numeric
ad_element.ad_element_id mfaelementprm_mfamethod R

Indexes

Constraint Name Type Sort Column(s)
mfa_method_key Primary key Asc mfa_method_id
mfa_method_uu_idx Must be unique Asc mfa_method_uu

Check Constraints

Constraint Name Constraint
mfa_method_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships