SYSLOGINPOLICY system view

The underlying system table for this view is ISYSLOGINPOLICY.

Column name Column type Description
login_policy_id UNSIGNED BIGINT A unique identifier for the login policy.
login_policy_name CHAR(128) The name of the login policy.
Constraints on underlying system table

PRIMARY KEY (login_policy_id)

FOREIGN KEY (login_policy_id) references SYS.ISYSOBJECT (object_id)

See also