@@ -72,7 +72,7 @@ static function getFeatures(): array {
7272 $ dict ['isComputedPassword ' ] = ['read_only ' => True , "type " => "bool " , "subtype " => "unset " , "choices " => "unset " , "null " => False , "pk " => False , "protected " => True , "private " => False , "alias " => "isComputedPassword " , "public " => False , "dba_mapping " => False ];
7373 $ dict ['lastLoginDate ' ] = ['read_only ' => True , "type " => "int64 " , "subtype " => "unset " , "choices " => "unset " , "null " => False , "pk " => False , "protected " => True , "private " => False , "alias " => "lastLoginDate " , "public " => False , "dba_mapping " => False ];
7474 $ dict ['registeredSince ' ] = ['read_only ' => True , "type " => "int64 " , "subtype " => "unset " , "choices " => "unset " , "null " => False , "pk " => False , "protected " => True , "private " => False , "alias " => "registeredSince " , "public " => False , "dba_mapping " => False ];
75- $ dict ['sessionLifetime ' ] = ['read_only ' => False , "type " => "int " , "subtype " => "unset " , "choices " => "unset " , "null " => False , "pk " => False , "protected " => False , "private " => False , "alias " => "sessionLifetime " , "public " => False , "dba_mapping " => False ];
75+ $ dict ['sessionLifetime ' ] = ['read_only ' => False , "type " => "int " , "subtype " => "unset " , "choices " => "unset " , "null " => True , "pk " => False , "protected " => False , "private " => False , "alias " => "sessionLifetime " , "public " => False , "dba_mapping " => False ];
7676 $ dict ['rightGroupId ' ] = ['read_only ' => False , "type " => "int " , "subtype " => "unset " , "choices " => "unset " , "null " => False , "pk " => False , "protected " => False , "private " => False , "alias " => "globalPermissionGroupId " , "public " => False , "dba_mapping " => False ];
7777 $ dict ['yubikey ' ] = ['read_only ' => True , "type " => "str(256) " , "subtype " => "unset " , "choices " => "unset " , "null " => False , "pk " => False , "protected " => True , "private " => False , "alias " => "yubikey " , "public " => False , "dba_mapping " => False ];
7878 $ dict ['otp1 ' ] = ['read_only ' => True , "type " => "str(256) " , "subtype " => "unset " , "choices " => "unset " , "null " => False , "pk " => False , "protected " => True , "private " => False , "alias " => "otp1 " , "public " => False , "dba_mapping " => False ];
0 commit comments