SYSIQLOGINPOLICYLSINFO System View

Presents a readable version of the table ISYSIQLOGINPOLICYLSINFO.

The ISYSIQLOGINPOLICYLSINFO system table stores the login policy logical server assignment information.

Column name

Column type

Description

login_policy_id

UNSIGNED BIGINT NOT NULL

The ID number of the login policy.

ls_id

UNSIGNED BIGINT NOT NULL

The ID number of the logical server.

Constraints on underlying system table:
  • Primary key(login_policy_id, ls_id)

  • login_policy_id foreign key(ISYSLOGINPOLICY)

  • ls_id foreign key(ISYSIQLOGICALSERVER)

Related reference
ISYSIQLOGINPOLICYLSINFO System Table