authhero 0.265.0 → 0.265.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/authhero.cjs +34 -34
- package/dist/authhero.d.ts +17 -71
- package/dist/authhero.mjs +2428 -2440
- package/dist/stats.html +1 -1
- package/package.json +4 -4
package/dist/authhero.d.ts
CHANGED
|
@@ -12795,7 +12795,7 @@ export declare const logInsertSchema: z.ZodObject<{
|
|
|
12795
12795
|
type: z.ZodEffects<z.ZodString, "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum", string>;
|
|
12796
12796
|
date: z.ZodString;
|
|
12797
12797
|
description: z.ZodOptional<z.ZodString>;
|
|
12798
|
-
ip: z.ZodString
|
|
12798
|
+
ip: z.ZodOptional<z.ZodString>;
|
|
12799
12799
|
user_agent: z.ZodString;
|
|
12800
12800
|
details: z.ZodOptional<z.ZodAny>;
|
|
12801
12801
|
isMobile: z.ZodBoolean;
|
|
@@ -12837,7 +12837,6 @@ export declare const logInsertSchema: z.ZodObject<{
|
|
|
12837
12837
|
}, "strip", z.ZodTypeAny, {
|
|
12838
12838
|
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
12839
12839
|
date: string;
|
|
12840
|
-
ip: string;
|
|
12841
12840
|
user_agent: string;
|
|
12842
12841
|
isMobile: boolean;
|
|
12843
12842
|
description?: string | undefined;
|
|
@@ -12848,6 +12847,7 @@ export declare const logInsertSchema: z.ZodObject<{
|
|
|
12848
12847
|
scope?: string[] | undefined;
|
|
12849
12848
|
strategy?: string | undefined;
|
|
12850
12849
|
connection_id?: string | undefined;
|
|
12850
|
+
ip?: string | undefined;
|
|
12851
12851
|
details?: any;
|
|
12852
12852
|
user_name?: string | undefined;
|
|
12853
12853
|
client_name?: string | undefined;
|
|
@@ -12864,7 +12864,6 @@ export declare const logInsertSchema: z.ZodObject<{
|
|
|
12864
12864
|
}, {
|
|
12865
12865
|
type: string;
|
|
12866
12866
|
date: string;
|
|
12867
|
-
ip: string;
|
|
12868
12867
|
user_agent: string;
|
|
12869
12868
|
isMobile: boolean;
|
|
12870
12869
|
description?: string | undefined;
|
|
@@ -12875,6 +12874,7 @@ export declare const logInsertSchema: z.ZodObject<{
|
|
|
12875
12874
|
scope?: string[] | undefined;
|
|
12876
12875
|
strategy?: string | undefined;
|
|
12877
12876
|
connection_id?: string | undefined;
|
|
12877
|
+
ip?: string | undefined;
|
|
12878
12878
|
details?: any;
|
|
12879
12879
|
user_name?: string | undefined;
|
|
12880
12880
|
client_name?: string | undefined;
|
|
@@ -12895,7 +12895,7 @@ export declare const logSchema: z.ZodObject<{
|
|
|
12895
12895
|
type: z.ZodEffects<z.ZodString, "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum", string>;
|
|
12896
12896
|
date: z.ZodString;
|
|
12897
12897
|
description: z.ZodOptional<z.ZodString>;
|
|
12898
|
-
ip: z.ZodString
|
|
12898
|
+
ip: z.ZodOptional<z.ZodString>;
|
|
12899
12899
|
user_agent: z.ZodString;
|
|
12900
12900
|
details: z.ZodOptional<z.ZodAny>;
|
|
12901
12901
|
isMobile: z.ZodBoolean;
|
|
@@ -12936,7 +12936,6 @@ export declare const logSchema: z.ZodObject<{
|
|
|
12936
12936
|
}, "strip", z.ZodTypeAny, {
|
|
12937
12937
|
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
12938
12938
|
date: string;
|
|
12939
|
-
ip: string;
|
|
12940
12939
|
user_agent: string;
|
|
12941
12940
|
isMobile: boolean;
|
|
12942
12941
|
log_id: string;
|
|
@@ -12948,6 +12947,7 @@ export declare const logSchema: z.ZodObject<{
|
|
|
12948
12947
|
scope?: string[] | undefined;
|
|
12949
12948
|
strategy?: string | undefined;
|
|
12950
12949
|
connection_id?: string | undefined;
|
|
12950
|
+
ip?: string | undefined;
|
|
12951
12951
|
details?: any;
|
|
12952
12952
|
user_name?: string | undefined;
|
|
12953
12953
|
client_name?: string | undefined;
|
|
@@ -12963,7 +12963,6 @@ export declare const logSchema: z.ZodObject<{
|
|
|
12963
12963
|
}, {
|
|
12964
12964
|
type: string;
|
|
12965
12965
|
date: string;
|
|
12966
|
-
ip: string;
|
|
12967
12966
|
user_agent: string;
|
|
12968
12967
|
isMobile: boolean;
|
|
12969
12968
|
log_id: string;
|
|
@@ -12975,6 +12974,7 @@ export declare const logSchema: z.ZodObject<{
|
|
|
12975
12974
|
scope?: string[] | undefined;
|
|
12976
12975
|
strategy?: string | undefined;
|
|
12977
12976
|
connection_id?: string | undefined;
|
|
12977
|
+
ip?: string | undefined;
|
|
12978
12978
|
details?: any;
|
|
12979
12979
|
user_name?: string | undefined;
|
|
12980
12980
|
client_name?: string | undefined;
|
|
@@ -16033,91 +16033,39 @@ export declare const rolePermissionInsertSchema: z.ZodObject<{
|
|
|
16033
16033
|
}>;
|
|
16034
16034
|
export type RolePermissionInsert = z.infer<typeof rolePermissionInsertSchema>;
|
|
16035
16035
|
export declare const rolePermissionSchema: z.ZodObject<{
|
|
16036
|
-
|
|
16037
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
16036
|
+
created_at: z.ZodString;
|
|
16038
16037
|
role_id: z.ZodString;
|
|
16039
16038
|
resource_server_identifier: z.ZodString;
|
|
16040
16039
|
permission_name: z.ZodString;
|
|
16041
16040
|
}, "strip", z.ZodTypeAny, {
|
|
16042
|
-
|
|
16041
|
+
created_at: string;
|
|
16043
16042
|
role_id: string;
|
|
16044
16043
|
resource_server_identifier: string;
|
|
16045
16044
|
permission_name: string;
|
|
16046
|
-
created_at?: string | undefined;
|
|
16047
16045
|
}, {
|
|
16048
|
-
|
|
16046
|
+
created_at: string;
|
|
16049
16047
|
role_id: string;
|
|
16050
16048
|
resource_server_identifier: string;
|
|
16051
16049
|
permission_name: string;
|
|
16052
|
-
created_at?: string | undefined;
|
|
16053
16050
|
}>;
|
|
16054
16051
|
export type RolePermission = z.infer<typeof rolePermissionSchema>;
|
|
16055
16052
|
export declare const rolePermissionListSchema: z.ZodArray<z.ZodObject<{
|
|
16056
|
-
|
|
16057
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
16053
|
+
created_at: z.ZodString;
|
|
16058
16054
|
role_id: z.ZodString;
|
|
16059
16055
|
resource_server_identifier: z.ZodString;
|
|
16060
16056
|
permission_name: z.ZodString;
|
|
16061
16057
|
}, "strip", z.ZodTypeAny, {
|
|
16062
|
-
|
|
16058
|
+
created_at: string;
|
|
16063
16059
|
role_id: string;
|
|
16064
16060
|
resource_server_identifier: string;
|
|
16065
16061
|
permission_name: string;
|
|
16066
|
-
created_at?: string | undefined;
|
|
16067
16062
|
}, {
|
|
16068
|
-
|
|
16063
|
+
created_at: string;
|
|
16069
16064
|
role_id: string;
|
|
16070
16065
|
resource_server_identifier: string;
|
|
16071
16066
|
permission_name: string;
|
|
16072
|
-
created_at?: string | undefined;
|
|
16073
16067
|
}>, "many">;
|
|
16074
16068
|
export type RolePermissionList = z.infer<typeof rolePermissionListSchema>;
|
|
16075
|
-
export declare const rolePermissionWithDetailsSchema: z.ZodObject<{
|
|
16076
|
-
role_id: z.ZodString;
|
|
16077
|
-
resource_server_identifier: z.ZodString;
|
|
16078
|
-
resource_server_name: z.ZodString;
|
|
16079
|
-
permission_name: z.ZodString;
|
|
16080
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16081
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
16082
|
-
}, "strip", z.ZodTypeAny, {
|
|
16083
|
-
role_id: string;
|
|
16084
|
-
resource_server_identifier: string;
|
|
16085
|
-
permission_name: string;
|
|
16086
|
-
resource_server_name: string;
|
|
16087
|
-
description?: string | null | undefined;
|
|
16088
|
-
created_at?: string | undefined;
|
|
16089
|
-
}, {
|
|
16090
|
-
role_id: string;
|
|
16091
|
-
resource_server_identifier: string;
|
|
16092
|
-
permission_name: string;
|
|
16093
|
-
resource_server_name: string;
|
|
16094
|
-
description?: string | null | undefined;
|
|
16095
|
-
created_at?: string | undefined;
|
|
16096
|
-
}>;
|
|
16097
|
-
export type RolePermissionWithDetails = z.infer<typeof rolePermissionWithDetailsSchema>;
|
|
16098
|
-
export declare const rolePermissionWithDetailsListSchema: z.ZodArray<z.ZodObject<{
|
|
16099
|
-
role_id: z.ZodString;
|
|
16100
|
-
resource_server_identifier: z.ZodString;
|
|
16101
|
-
resource_server_name: z.ZodString;
|
|
16102
|
-
permission_name: z.ZodString;
|
|
16103
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16104
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
16105
|
-
}, "strip", z.ZodTypeAny, {
|
|
16106
|
-
role_id: string;
|
|
16107
|
-
resource_server_identifier: string;
|
|
16108
|
-
permission_name: string;
|
|
16109
|
-
resource_server_name: string;
|
|
16110
|
-
description?: string | null | undefined;
|
|
16111
|
-
created_at?: string | undefined;
|
|
16112
|
-
}, {
|
|
16113
|
-
role_id: string;
|
|
16114
|
-
resource_server_identifier: string;
|
|
16115
|
-
permission_name: string;
|
|
16116
|
-
resource_server_name: string;
|
|
16117
|
-
description?: string | null | undefined;
|
|
16118
|
-
created_at?: string | undefined;
|
|
16119
|
-
}>, "many">;
|
|
16120
|
-
export type RolePermissionWithDetailsList = z.infer<typeof rolePermissionWithDetailsListSchema>;
|
|
16121
16069
|
export declare const userPermissionInsertSchema: z.ZodObject<{
|
|
16122
16070
|
user_id: z.ZodString;
|
|
16123
16071
|
resource_server_identifier: z.ZodString;
|
|
@@ -17152,7 +17100,7 @@ export interface ResourceServersAdapter {
|
|
|
17152
17100
|
export interface RolePermissionsAdapter {
|
|
17153
17101
|
assign(tenant_id: string, role_id: string, permissions: RolePermissionInsert[]): Promise<boolean>;
|
|
17154
17102
|
remove(tenant_id: string, role_id: string, permissions: Pick<RolePermissionInsert, "resource_server_identifier" | "permission_name">[]): Promise<boolean>;
|
|
17155
|
-
list(tenant_id: string, role_id: string, params?: ListParams): Promise<
|
|
17103
|
+
list(tenant_id: string, role_id: string, params?: ListParams): Promise<RolePermissionList>;
|
|
17156
17104
|
}
|
|
17157
17105
|
export interface UserPermissionsAdapter {
|
|
17158
17106
|
create(tenant_id: string, user_id: string, permission: UserPermissionInsert, organization_id?: string): Promise<boolean>;
|
|
@@ -19083,12 +19031,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
19083
19031
|
};
|
|
19084
19032
|
};
|
|
19085
19033
|
output: {
|
|
19034
|
+
created_at: string;
|
|
19086
19035
|
role_id: string;
|
|
19087
19036
|
resource_server_identifier: string;
|
|
19088
19037
|
permission_name: string;
|
|
19089
|
-
resource_server_name: string;
|
|
19090
|
-
description?: string | null | undefined | undefined;
|
|
19091
|
-
created_at?: string | undefined | undefined;
|
|
19092
19038
|
}[];
|
|
19093
19039
|
outputFormat: "json";
|
|
19094
19040
|
status: 200;
|
|
@@ -20834,7 +20780,6 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20834
20780
|
output: {
|
|
20835
20781
|
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
20836
20782
|
date: string;
|
|
20837
|
-
ip: string;
|
|
20838
20783
|
user_agent: string;
|
|
20839
20784
|
isMobile: boolean;
|
|
20840
20785
|
log_id: string;
|
|
@@ -20846,6 +20791,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20846
20791
|
scope?: string[] | undefined | undefined;
|
|
20847
20792
|
strategy?: string | undefined | undefined;
|
|
20848
20793
|
connection_id?: string | undefined | undefined;
|
|
20794
|
+
ip?: string | undefined | undefined;
|
|
20849
20795
|
details?: any;
|
|
20850
20796
|
user_name?: string | undefined | undefined;
|
|
20851
20797
|
client_name?: string | undefined | undefined;
|
|
@@ -20865,7 +20811,6 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20865
20811
|
logs: {
|
|
20866
20812
|
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
20867
20813
|
date: string;
|
|
20868
|
-
ip: string;
|
|
20869
20814
|
user_agent: string;
|
|
20870
20815
|
isMobile: boolean;
|
|
20871
20816
|
log_id: string;
|
|
@@ -20877,6 +20822,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20877
20822
|
scope?: string[] | undefined | undefined;
|
|
20878
20823
|
strategy?: string | undefined | undefined;
|
|
20879
20824
|
connection_id?: string | undefined | undefined;
|
|
20825
|
+
ip?: string | undefined | undefined;
|
|
20880
20826
|
details?: any;
|
|
20881
20827
|
user_name?: string | undefined | undefined;
|
|
20882
20828
|
client_name?: string | undefined | undefined;
|
|
@@ -20910,7 +20856,6 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20910
20856
|
output: {
|
|
20911
20857
|
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
20912
20858
|
date: string;
|
|
20913
|
-
ip: string;
|
|
20914
20859
|
user_agent: string;
|
|
20915
20860
|
isMobile: boolean;
|
|
20916
20861
|
log_id: string;
|
|
@@ -20922,6 +20867,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20922
20867
|
scope?: string[] | undefined | undefined;
|
|
20923
20868
|
strategy?: string | undefined | undefined;
|
|
20924
20869
|
connection_id?: string | undefined | undefined;
|
|
20870
|
+
ip?: string | undefined | undefined;
|
|
20925
20871
|
details?: any;
|
|
20926
20872
|
user_name?: string | undefined | undefined;
|
|
20927
20873
|
client_name?: string | undefined | undefined;
|