@rockcarver/frodo-lib 2.0.0-13 → 2.0.0-15
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/build.zip +0 -0
- package/cjs/api/AgentApi.js.map +1 -1
- package/cjs/api/AuthenticateApi.js.map +1 -1
- package/cjs/api/BaseApi.js +1 -1
- package/cjs/api/BaseApi.js.map +1 -1
- package/cjs/api/CirclesOfTrustApi.js.map +1 -1
- package/cjs/api/IdmConfigApi.js.map +1 -1
- package/cjs/api/IdmSystemApi.js.map +1 -1
- package/cjs/api/ManagedObjectApi.js.map +1 -1
- package/cjs/api/NodeApi.js.map +1 -1
- package/cjs/api/OAuth2ClientApi.js.map +1 -1
- package/cjs/api/OAuth2OIDCApi.js.map +1 -1
- package/cjs/api/OAuth2OIDCApi.test.js +2 -2
- package/cjs/api/OAuth2OIDCApi.test.js.map +1 -1
- package/cjs/api/OAuth2ProviderApi.js.map +1 -1
- package/cjs/api/PoliciesApi.js.map +1 -1
- package/cjs/api/PolicySetApi.js.map +1 -1
- package/cjs/api/RealmApi.js.map +1 -1
- package/cjs/api/ResourceTypesApi.js.map +1 -1
- package/cjs/api/Saml2Api.js.map +1 -1
- package/cjs/api/ScriptApi.js.map +1 -1
- package/cjs/api/ServerInfoApi.js.map +1 -1
- package/cjs/api/ServiceApi.js.map +1 -1
- package/cjs/api/SocialIdentityProvidersApi.js.map +1 -1
- package/cjs/api/TreeApi.js.map +1 -1
- package/cjs/api/cloud/AdminFederationProvidersApi.js.map +1 -1
- package/cjs/api/cloud/EnvInfoApi.js.map +1 -1
- package/cjs/api/cloud/FeatureApi.js.map +1 -1
- package/cjs/api/cloud/LogApi.js.map +1 -1
- package/cjs/api/cloud/SecretsApi.js.map +1 -1
- package/cjs/api/cloud/StartupApi.js.map +1 -1
- package/cjs/api/cloud/VariablesApi.js.map +1 -1
- package/cjs/api/utils/ApiUtils.js.map +1 -1
- package/cjs/api/utils/Base64.js +4 -4
- package/cjs/api/utils/Base64.js.map +1 -1
- package/cjs/index.js +12 -10
- package/cjs/index.js.map +1 -1
- package/cjs/lib/FrodoLib.js +181 -22
- package/cjs/lib/FrodoLib.js.map +1 -1
- package/cjs/lib/FrodoLib.test.js +9 -9
- package/cjs/lib/FrodoLib.test.js.map +1 -1
- package/cjs/ops/AdminOps.js.map +1 -1
- package/cjs/ops/AgentOps.js +35 -35
- package/cjs/ops/AgentOps.js.map +1 -1
- package/cjs/ops/AuthenticateOps.js +10 -12
- package/cjs/ops/AuthenticateOps.js.map +1 -1
- package/cjs/ops/CirclesOfTrustOps.js +14 -14
- package/cjs/ops/CirclesOfTrustOps.js.map +1 -1
- package/cjs/ops/ConnectionProfileOps.js +2 -2
- package/cjs/ops/ConnectionProfileOps.js.map +1 -1
- package/cjs/ops/ConnectionProfileOps.test.js +5 -5
- package/cjs/ops/ConnectionProfileOps.test.js.map +1 -1
- package/cjs/ops/EmailTemplateOps.js.map +1 -1
- package/cjs/ops/IdmOps.js.map +1 -1
- package/cjs/ops/IdpOps.js.map +1 -1
- package/cjs/ops/InfoOps.js +3 -4
- package/cjs/ops/InfoOps.js.map +1 -1
- package/cjs/ops/JoseOps.js +30 -0
- package/cjs/ops/JoseOps.js.map +1 -1
- package/cjs/ops/JourneyOps.js +41 -43
- package/cjs/ops/JourneyOps.js.map +1 -1
- package/cjs/ops/JourneyOps.test.js +3 -2
- package/cjs/ops/JourneyOps.test.js.map +1 -1
- package/cjs/ops/ManagedObjectOps.js.map +1 -1
- package/cjs/ops/NodeOps.js.map +1 -1
- package/cjs/ops/OAuth2ClientOps.js +19 -19
- package/cjs/ops/OAuth2ClientOps.js.map +1 -1
- package/cjs/ops/OAuth2OidcOps.js.map +1 -1
- package/cjs/ops/OAuth2ProviderOps.js.map +1 -1
- package/cjs/ops/OpsTypes.js.map +1 -1
- package/cjs/ops/OrganizationOps.js.map +1 -1
- package/cjs/ops/PolicyOps.js +29 -29
- package/cjs/ops/PolicyOps.js.map +1 -1
- package/cjs/ops/PolicySetOps.js +27 -27
- package/cjs/ops/PolicySetOps.js.map +1 -1
- package/cjs/ops/RealmOps.js.map +1 -1
- package/cjs/ops/ResourceTypeOps.js +23 -23
- package/cjs/ops/ResourceTypeOps.js.map +1 -1
- package/cjs/ops/Saml2Ops.js +11 -11
- package/cjs/ops/Saml2Ops.js.map +1 -1
- package/cjs/ops/Saml2Ops.test.js +3 -2
- package/cjs/ops/Saml2Ops.test.js.map +1 -1
- package/cjs/ops/ScriptOps.js +3 -3
- package/cjs/ops/ScriptOps.js.map +1 -1
- package/cjs/ops/ServiceOps.js.map +1 -1
- package/cjs/ops/ThemeOps.js.map +1 -1
- package/cjs/ops/cloud/AdminFederationOps.js.map +1 -1
- package/cjs/ops/cloud/FeatureOps.js.map +1 -1
- package/cjs/ops/cloud/LogOps.js.map +1 -1
- package/cjs/ops/cloud/SecretsOps.js.map +1 -1
- package/cjs/ops/cloud/ServiceAccountOps.js +1 -1
- package/cjs/ops/cloud/ServiceAccountOps.js.map +1 -1
- package/cjs/ops/cloud/StartupOps.js.map +1 -1
- package/cjs/ops/cloud/VariablesOps.js.map +1 -1
- package/cjs/ops/utils/Console.js.map +1 -1
- package/cjs/ops/utils/DataProtection.js +3 -3
- package/cjs/ops/utils/DataProtection.js.map +1 -1
- package/cjs/ops/utils/DataProtection.test.js +1 -1
- package/cjs/ops/utils/DataProtection.test.js.map +1 -1
- package/cjs/ops/utils/ExportImportUtils.js +2 -2
- package/cjs/ops/utils/ExportImportUtils.js.map +1 -1
- package/cjs/ops/utils/OpsUtils.js +105 -25
- package/cjs/ops/utils/OpsUtils.js.map +1 -1
- package/cjs/ops/utils/OpsUtils.test.js +6 -5
- package/cjs/ops/utils/OpsUtils.test.js.map +1 -1
- package/cjs/ops/utils/ScriptValidationUtils.js +33 -2
- package/cjs/ops/utils/ScriptValidationUtils.js.map +1 -1
- package/cjs/ops/utils/ScriptValidationUtils.test.js +1 -1
- package/cjs/ops/utils/ScriptValidationUtils.test.js.map +1 -1
- package/cjs/ops/utils/{Version.js → VersionUtils.js} +1 -1
- package/cjs/ops/utils/VersionUtils.js.map +1 -0
- package/cjs/ops/utils/{Version.test.js → VersionUtils.test.js} +3 -3
- package/cjs/ops/utils/VersionUtils.test.js.map +1 -0
- package/cjs/shared/Constants.js +34 -0
- package/cjs/shared/Constants.js.map +1 -0
- package/cjs/shared/State.js +477 -220
- package/cjs/shared/State.js.map +1 -1
- package/cjs/utils/SetupPollyForFrodoLib.js.map +1 -1
- package/esm/api/AgentApi.js.map +1 -1
- package/esm/api/AuthenticateApi.js.map +1 -1
- package/esm/api/BaseApi.js +2 -2
- package/esm/api/BaseApi.js.map +1 -1
- package/esm/api/CirclesOfTrustApi.js.map +1 -1
- package/esm/api/IdmConfigApi.js.map +1 -1
- package/esm/api/IdmSystemApi.js.map +1 -1
- package/esm/api/ManagedObjectApi.js.map +1 -1
- package/esm/api/NodeApi.js.map +1 -1
- package/esm/api/OAuth2ClientApi.js.map +1 -1
- package/esm/api/OAuth2OIDCApi.js.map +1 -1
- package/esm/api/OAuth2OIDCApi.test.js +2 -2
- package/esm/api/OAuth2OIDCApi.test.js.map +1 -1
- package/esm/api/OAuth2ProviderApi.js.map +1 -1
- package/esm/api/PoliciesApi.js.map +1 -1
- package/esm/api/PolicySetApi.js.map +1 -1
- package/esm/api/RealmApi.js.map +1 -1
- package/esm/api/ResourceTypesApi.js.map +1 -1
- package/esm/api/Saml2Api.js.map +1 -1
- package/esm/api/ScriptApi.js.map +1 -1
- package/esm/api/ServerInfoApi.js.map +1 -1
- package/esm/api/ServiceApi.js.map +1 -1
- package/esm/api/SocialIdentityProvidersApi.js.map +1 -1
- package/esm/api/TreeApi.js.map +1 -1
- package/esm/api/cloud/AdminFederationProvidersApi.js.map +1 -1
- package/esm/api/cloud/EnvInfoApi.js.map +1 -1
- package/esm/api/cloud/FeatureApi.js.map +1 -1
- package/esm/api/cloud/LogApi.js.map +1 -1
- package/esm/api/cloud/SecretsApi.js.map +1 -1
- package/esm/api/cloud/StartupApi.js.map +1 -1
- package/esm/api/cloud/VariablesApi.js.map +1 -1
- package/esm/api/utils/ApiUtils.js.map +1 -1
- package/esm/api/utils/Base64.js +4 -4
- package/esm/api/utils/Base64.js.map +1 -1
- package/esm/index.js +2 -1
- package/esm/index.js.map +1 -1
- package/esm/lib/FrodoLib.js +164 -19
- package/esm/lib/FrodoLib.js.map +1 -1
- package/esm/lib/FrodoLib.test.js +10 -10
- package/esm/lib/FrodoLib.test.js.map +1 -1
- package/esm/ops/AdminOps.js.map +1 -1
- package/esm/ops/AgentOps.js.map +1 -1
- package/esm/ops/AuthenticateOps.js +10 -10
- package/esm/ops/AuthenticateOps.js.map +1 -1
- package/esm/ops/CirclesOfTrustOps.js.map +1 -1
- package/esm/ops/ConnectionProfileOps.js +2 -2
- package/esm/ops/ConnectionProfileOps.js.map +1 -1
- package/esm/ops/ConnectionProfileOps.test.js +5 -5
- package/esm/ops/ConnectionProfileOps.test.js.map +1 -1
- package/esm/ops/EmailTemplateOps.js.map +1 -1
- package/esm/ops/IdmOps.js.map +1 -1
- package/esm/ops/IdpOps.js.map +1 -1
- package/esm/ops/InfoOps.js +2 -2
- package/esm/ops/InfoOps.js.map +1 -1
- package/esm/ops/JoseOps.js +20 -0
- package/esm/ops/JoseOps.js.map +1 -1
- package/esm/ops/JourneyOps.js +10 -11
- package/esm/ops/JourneyOps.js.map +1 -1
- package/esm/ops/JourneyOps.test.js +2 -2
- package/esm/ops/JourneyOps.test.js.map +1 -1
- package/esm/ops/ManagedObjectOps.js.map +1 -1
- package/esm/ops/NodeOps.js.map +1 -1
- package/esm/ops/OAuth2ClientOps.js.map +1 -1
- package/esm/ops/OAuth2OidcOps.js.map +1 -1
- package/esm/ops/OAuth2ProviderOps.js.map +1 -1
- package/esm/ops/OpsTypes.js.map +1 -1
- package/esm/ops/OrganizationOps.js.map +1 -1
- package/esm/ops/PolicyOps.js.map +1 -1
- package/esm/ops/PolicySetOps.js.map +1 -1
- package/esm/ops/RealmOps.js.map +1 -1
- package/esm/ops/ResourceTypeOps.js.map +1 -1
- package/esm/ops/Saml2Ops.js.map +1 -1
- package/esm/ops/Saml2Ops.test.js +2 -2
- package/esm/ops/Saml2Ops.test.js.map +1 -1
- package/esm/ops/ScriptOps.js.map +1 -1
- package/esm/ops/ServiceOps.js.map +1 -1
- package/esm/ops/ThemeOps.js.map +1 -1
- package/esm/ops/cloud/AdminFederationOps.js.map +1 -1
- package/esm/ops/cloud/FeatureOps.js.map +1 -1
- package/esm/ops/cloud/LogOps.js.map +1 -1
- package/esm/ops/cloud/SecretsOps.js.map +1 -1
- package/esm/ops/cloud/ServiceAccountOps.js +1 -1
- package/esm/ops/cloud/ServiceAccountOps.js.map +1 -1
- package/esm/ops/cloud/StartupOps.js.map +1 -1
- package/esm/ops/cloud/VariablesOps.js.map +1 -1
- package/esm/ops/utils/Console.js.map +1 -1
- package/esm/ops/utils/DataProtection.js +3 -3
- package/esm/ops/utils/DataProtection.js.map +1 -1
- package/esm/ops/utils/DataProtection.test.js +2 -2
- package/esm/ops/utils/DataProtection.test.js.map +1 -1
- package/esm/ops/utils/ExportImportUtils.js +2 -2
- package/esm/ops/utils/ExportImportUtils.js.map +1 -1
- package/esm/ops/utils/OpsUtils.js +96 -22
- package/esm/ops/utils/OpsUtils.js.map +1 -1
- package/esm/ops/utils/OpsUtils.test.js +5 -5
- package/esm/ops/utils/OpsUtils.test.js.map +1 -1
- package/esm/ops/utils/ScriptValidationUtils.js +28 -0
- package/esm/ops/utils/ScriptValidationUtils.js.map +1 -1
- package/esm/ops/utils/ScriptValidationUtils.test.js +2 -2
- package/esm/ops/utils/ScriptValidationUtils.test.js.map +1 -1
- package/esm/ops/utils/{Version.js → VersionUtils.js} +1 -1
- package/esm/ops/utils/VersionUtils.js.map +1 -0
- package/esm/ops/utils/{Version.test.js → VersionUtils.test.js} +2 -2
- package/esm/ops/utils/VersionUtils.test.js.map +1 -0
- package/esm/shared/Constants.js +27 -0
- package/esm/shared/Constants.js.map +1 -0
- package/esm/shared/State.js +481 -226
- package/esm/shared/State.js.map +1 -1
- package/esm/utils/SetupPollyForFrodoLib.js.map +1 -1
- package/package.json +5 -2
- package/types/api/AgentApi.d.ts +1 -1
- package/types/api/AgentApi.d.ts.map +1 -1
- package/types/api/AuthenticateApi.d.ts +1 -1
- package/types/api/AuthenticateApi.d.ts.map +1 -1
- package/types/api/BaseApi.d.ts +1 -1
- package/types/api/BaseApi.d.ts.map +1 -1
- package/types/api/CirclesOfTrustApi.d.ts +1 -1
- package/types/api/CirclesOfTrustApi.d.ts.map +1 -1
- package/types/api/IdmConfigApi.d.ts +1 -1
- package/types/api/IdmConfigApi.d.ts.map +1 -1
- package/types/api/IdmSystemApi.d.ts +1 -1
- package/types/api/IdmSystemApi.d.ts.map +1 -1
- package/types/api/ManagedObjectApi.d.ts +1 -1
- package/types/api/ManagedObjectApi.d.ts.map +1 -1
- package/types/api/NodeApi.d.ts +1 -1
- package/types/api/NodeApi.d.ts.map +1 -1
- package/types/api/OAuth2ClientApi.d.ts +1 -1
- package/types/api/OAuth2ClientApi.d.ts.map +1 -1
- package/types/api/OAuth2OIDCApi.d.ts +1 -1
- package/types/api/OAuth2OIDCApi.d.ts.map +1 -1
- package/types/api/OAuth2ProviderApi.d.ts +1 -1
- package/types/api/OAuth2ProviderApi.d.ts.map +1 -1
- package/types/api/PoliciesApi.d.ts +1 -1
- package/types/api/PoliciesApi.d.ts.map +1 -1
- package/types/api/PolicySetApi.d.ts +1 -1
- package/types/api/PolicySetApi.d.ts.map +1 -1
- package/types/api/RealmApi.d.ts +1 -1
- package/types/api/RealmApi.d.ts.map +1 -1
- package/types/api/ResourceTypesApi.d.ts +1 -1
- package/types/api/ResourceTypesApi.d.ts.map +1 -1
- package/types/api/Saml2Api.d.ts +1 -1
- package/types/api/Saml2Api.d.ts.map +1 -1
- package/types/api/ScriptApi.d.ts +1 -1
- package/types/api/ScriptApi.d.ts.map +1 -1
- package/types/api/ServerInfoApi.d.ts +1 -1
- package/types/api/ServerInfoApi.d.ts.map +1 -1
- package/types/api/ServiceApi.d.ts +1 -1
- package/types/api/ServiceApi.d.ts.map +1 -1
- package/types/api/SocialIdentityProvidersApi.d.ts +1 -1
- package/types/api/SocialIdentityProvidersApi.d.ts.map +1 -1
- package/types/api/TreeApi.d.ts +1 -1
- package/types/api/TreeApi.d.ts.map +1 -1
- package/types/api/cloud/AdminFederationProvidersApi.d.ts +1 -1
- package/types/api/cloud/AdminFederationProvidersApi.d.ts.map +1 -1
- package/types/api/cloud/EnvInfoApi.d.ts +1 -1
- package/types/api/cloud/EnvInfoApi.d.ts.map +1 -1
- package/types/api/cloud/FeatureApi.d.ts +1 -1
- package/types/api/cloud/FeatureApi.d.ts.map +1 -1
- package/types/api/cloud/LogApi.d.ts +1 -1
- package/types/api/cloud/LogApi.d.ts.map +1 -1
- package/types/api/cloud/SecretsApi.d.ts +1 -1
- package/types/api/cloud/SecretsApi.d.ts.map +1 -1
- package/types/api/cloud/StartupApi.d.ts +1 -1
- package/types/api/cloud/StartupApi.d.ts.map +1 -1
- package/types/api/cloud/VariablesApi.d.ts +1 -1
- package/types/api/cloud/VariablesApi.d.ts.map +1 -1
- package/types/api/utils/ApiUtils.d.ts +1 -1
- package/types/api/utils/ApiUtils.d.ts.map +1 -1
- package/types/api/utils/Base64.d.ts +6 -6
- package/types/api/utils/Base64.d.ts.map +1 -1
- package/types/index.d.ts +2 -1
- package/types/index.d.ts.map +1 -1
- package/types/lib/FrodoLib.d.ts +224 -370
- package/types/lib/FrodoLib.d.ts.map +1 -1
- package/types/ops/AdminOps.d.ts +3 -2
- package/types/ops/AdminOps.d.ts.map +1 -1
- package/types/ops/AgentOps.d.ts +3 -2
- package/types/ops/AgentOps.d.ts.map +1 -1
- package/types/ops/AuthenticateOps.d.ts +3 -2
- package/types/ops/AuthenticateOps.d.ts.map +1 -1
- package/types/ops/CirclesOfTrustOps.d.ts +3 -2
- package/types/ops/CirclesOfTrustOps.d.ts.map +1 -1
- package/types/ops/ConnectionProfileOps.d.ts +3 -2
- package/types/ops/ConnectionProfileOps.d.ts.map +1 -1
- package/types/ops/EmailTemplateOps.d.ts +3 -2
- package/types/ops/EmailTemplateOps.d.ts.map +1 -1
- package/types/ops/IdmOps.d.ts +3 -2
- package/types/ops/IdmOps.d.ts.map +1 -1
- package/types/ops/IdpOps.d.ts +3 -2
- package/types/ops/IdpOps.d.ts.map +1 -1
- package/types/ops/InfoOps.d.ts +3 -2
- package/types/ops/InfoOps.d.ts.map +1 -1
- package/types/ops/JoseOps.d.ts +17 -1
- package/types/ops/JoseOps.d.ts.map +1 -1
- package/types/ops/JourneyOps.d.ts +16 -10
- package/types/ops/JourneyOps.d.ts.map +1 -1
- package/types/ops/ManagedObjectOps.d.ts +3 -2
- package/types/ops/ManagedObjectOps.d.ts.map +1 -1
- package/types/ops/NodeOps.d.ts +3 -2
- package/types/ops/NodeOps.d.ts.map +1 -1
- package/types/ops/OAuth2ClientOps.d.ts +3 -2
- package/types/ops/OAuth2ClientOps.d.ts.map +1 -1
- package/types/ops/OAuth2OidcOps.d.ts +6 -5
- package/types/ops/OAuth2OidcOps.d.ts.map +1 -1
- package/types/ops/OAuth2ProviderOps.d.ts +3 -2
- package/types/ops/OAuth2ProviderOps.d.ts.map +1 -1
- package/types/ops/OpsTypes.d.ts +1 -1
- package/types/ops/OpsTypes.d.ts.map +1 -1
- package/types/ops/OrganizationOps.d.ts +3 -2
- package/types/ops/OrganizationOps.d.ts.map +1 -1
- package/types/ops/PolicyOps.d.ts +3 -2
- package/types/ops/PolicyOps.d.ts.map +1 -1
- package/types/ops/PolicySetOps.d.ts +3 -2
- package/types/ops/PolicySetOps.d.ts.map +1 -1
- package/types/ops/RealmOps.d.ts +3 -2
- package/types/ops/RealmOps.d.ts.map +1 -1
- package/types/ops/ResourceTypeOps.d.ts +3 -2
- package/types/ops/ResourceTypeOps.d.ts.map +1 -1
- package/types/ops/Saml2Ops.d.ts +3 -2
- package/types/ops/Saml2Ops.d.ts.map +1 -1
- package/types/ops/ScriptOps.d.ts +3 -2
- package/types/ops/ScriptOps.d.ts.map +1 -1
- package/types/ops/ServiceOps.d.ts +4 -3
- package/types/ops/ServiceOps.d.ts.map +1 -1
- package/types/ops/ThemeOps.d.ts +3 -2
- package/types/ops/ThemeOps.d.ts.map +1 -1
- package/types/ops/cloud/AdminFederationOps.d.ts +3 -2
- package/types/ops/cloud/AdminFederationOps.d.ts.map +1 -1
- package/types/ops/cloud/FeatureOps.d.ts +3 -2
- package/types/ops/cloud/FeatureOps.d.ts.map +1 -1
- package/types/ops/cloud/LogOps.d.ts +3 -2
- package/types/ops/cloud/LogOps.d.ts.map +1 -1
- package/types/ops/cloud/SecretsOps.d.ts +3 -2
- package/types/ops/cloud/SecretsOps.d.ts.map +1 -1
- package/types/ops/cloud/ServiceAccountOps.d.ts +7 -6
- package/types/ops/cloud/ServiceAccountOps.d.ts.map +1 -1
- package/types/ops/cloud/StartupOps.d.ts +3 -2
- package/types/ops/cloud/StartupOps.d.ts.map +1 -1
- package/types/ops/cloud/VariablesOps.d.ts +3 -2
- package/types/ops/cloud/VariablesOps.d.ts.map +1 -1
- package/types/ops/utils/Console.d.ts +1 -1
- package/types/ops/utils/Console.d.ts.map +1 -1
- package/types/ops/utils/DataProtection.d.ts +1 -1
- package/types/ops/utils/DataProtection.d.ts.map +1 -1
- package/types/ops/utils/ExportImportUtils.d.ts +3 -2
- package/types/ops/utils/ExportImportUtils.d.ts.map +1 -1
- package/types/ops/utils/OpsUtils.d.ts +73 -17
- package/types/ops/utils/OpsUtils.d.ts.map +1 -1
- package/types/ops/utils/ScriptValidationUtils.d.ts +20 -1
- package/types/ops/utils/ScriptValidationUtils.d.ts.map +1 -1
- package/types/ops/utils/{Version.d.ts → VersionUtils.d.ts} +4 -4
- package/types/ops/utils/VersionUtils.d.ts.map +1 -0
- package/types/shared/Constants.d.ts +34 -0
- package/types/shared/Constants.d.ts.map +1 -0
- package/types/shared/State.d.ts +38 -38
- package/types/shared/State.d.ts.map +1 -1
- package/types/utils/SetupPollyForFrodoLib.d.ts +1 -1
- package/types/utils/SetupPollyForFrodoLib.d.ts.map +1 -1
- package/cjs/lib/Frodo.js +0 -85
- package/cjs/lib/Frodo.js.map +0 -1
- package/cjs/ops/utils/Version.js.map +0 -1
- package/cjs/ops/utils/Version.test.js.map +0 -1
- package/cjs/ops/utils/Wordwrap.js +0 -12
- package/cjs/ops/utils/Wordwrap.js.map +0 -1
- package/cjs/ops/utils/Wordwrap.test.js +0 -22
- package/cjs/ops/utils/Wordwrap.test.js.map +0 -1
- package/cjs/storage/StaticStorage.js +0 -31
- package/cjs/storage/StaticStorage.js.map +0 -1
- package/esm/lib/Frodo.js +0 -59
- package/esm/lib/Frodo.js.map +0 -1
- package/esm/ops/utils/Version.js.map +0 -1
- package/esm/ops/utils/Version.test.js.map +0 -1
- package/esm/ops/utils/Wordwrap.js +0 -5
- package/esm/ops/utils/Wordwrap.js.map +0 -1
- package/esm/ops/utils/Wordwrap.test.js +0 -19
- package/esm/ops/utils/Wordwrap.test.js.map +0 -1
- package/esm/storage/StaticStorage.js +0 -15
- package/esm/storage/StaticStorage.js.map +0 -1
- package/types/lib/Frodo.d.ts +0 -1159
- package/types/lib/Frodo.d.ts.map +0 -1
- package/types/ops/utils/Version.d.ts.map +0 -1
- package/types/ops/utils/Wordwrap.d.ts +0 -2
- package/types/ops/utils/Wordwrap.d.ts.map +0 -1
- package/types/storage/StaticStorage.d.ts +0 -15
- package/types/storage/StaticStorage.d.ts.map +0 -1
package/types/lib/Frodo.d.ts
DELETED
|
@@ -1,1159 +0,0 @@
|
|
|
1
|
-
import FrodoLib from './FrodoLib';
|
|
2
|
-
declare const frodo: {
|
|
3
|
-
state: import("../shared/State").default;
|
|
4
|
-
admin: {
|
|
5
|
-
listOAuth2CustomClients(): Promise<any>;
|
|
6
|
-
listOAuth2AdminClients(): Promise<any>;
|
|
7
|
-
listNonOAuth2AdminStaticUserMappings(showProtected: boolean): Promise<any>;
|
|
8
|
-
addAutoIdStaticUserMapping(): Promise<void>;
|
|
9
|
-
grantOAuth2ClientAdminPrivileges(clientId: string): Promise<void>;
|
|
10
|
-
revokeOAuth2ClientAdminPrivileges(clientId: string): Promise<void>;
|
|
11
|
-
createOAuth2ClientWithAdminPrivileges(clientId: string, clientSecret: string): Promise<void>;
|
|
12
|
-
createLongLivedToken(clientId: string, clientSecret: string, scope: string, secret: string | boolean, lifetime: number): Promise<any>;
|
|
13
|
-
removeStaticUserMapping(subject: string): Promise<void>;
|
|
14
|
-
hideGenericExtensionAttributes(includeCustomized: boolean, dryRun: boolean): Promise<void>;
|
|
15
|
-
showGenericExtensionAttributes(includeCustomized: boolean, dryRun: boolean): Promise<void>;
|
|
16
|
-
repairOrgModel(excludeCustomized: boolean, extendPermissions: boolean, dryRun: boolean): Promise<void>;
|
|
17
|
-
};
|
|
18
|
-
agent: {
|
|
19
|
-
createAgentExportTemplate(): import("../ops/OpsTypes").AgentExportInterface;
|
|
20
|
-
getAgents(): Promise<import("../api/ApiTypes").AgentSkeleton[]>;
|
|
21
|
-
getAgent(agentId: string): Promise<any>;
|
|
22
|
-
getAgentByTypeAndId(agentType: import("../api/ApiTypes").AgentType, agentId: string): Promise<any>;
|
|
23
|
-
getIdentityGatewayAgents(): Promise<any>;
|
|
24
|
-
getIdentityGatewayAgent(gatewayId: string): Promise<any>;
|
|
25
|
-
putIdentityGatewayAgent(gatewayId: string, gatewayData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
|
|
26
|
-
getJavaAgents(): Promise<any>;
|
|
27
|
-
getJavaAgent(agentId: string): Promise<any>;
|
|
28
|
-
putJavaAgent(agentId: string, agentData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
|
|
29
|
-
getWebAgents(): Promise<any>;
|
|
30
|
-
getWebAgent(agentId: string): Promise<any>;
|
|
31
|
-
putWebAgent(agentId: string, agentData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
|
|
32
|
-
exportAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
33
|
-
exportIdentityGatewayAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
34
|
-
exportJavaAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
35
|
-
exportWebAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
36
|
-
exportAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
37
|
-
exportIdentityGatewayAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
38
|
-
exportJavaAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
39
|
-
exportWebAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
40
|
-
importAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
41
|
-
importIdentityGatewayAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
42
|
-
importJavaAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
43
|
-
importWebAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
44
|
-
importAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
45
|
-
importIdentityGatewayAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
46
|
-
importJavaAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
47
|
-
importWebAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
48
|
-
deleteAgents(): Promise<void>;
|
|
49
|
-
deleteAgent(agentId: string): Promise<void>;
|
|
50
|
-
deleteIdentityGatewayAgents(): Promise<void>;
|
|
51
|
-
deleteIdentityGatewayAgent(agentId: string): Promise<void>;
|
|
52
|
-
deleteJavaAgents(): Promise<void>;
|
|
53
|
-
deleteJavaAgent(agentId: string): Promise<void>;
|
|
54
|
-
deleteWebAgents(): Promise<void>;
|
|
55
|
-
deleteWebAgent(agentId: string): Promise<void>;
|
|
56
|
-
};
|
|
57
|
-
authn: {
|
|
58
|
-
journey: {
|
|
59
|
-
createSingleTreeExportTemplate(): import("../ops/OpsTypes").SingleTreeExportInterface;
|
|
60
|
-
createMultiTreeExportTemplate(): import("../ops/OpsTypes").MultiTreeExportInterface;
|
|
61
|
-
exportJourney(treeId: string, options?: import("../ops/OpsTypes").TreeExportOptions): Promise<import("../ops/OpsTypes").SingleTreeExportInterface>;
|
|
62
|
-
getJourneys(): Promise<import("../api/ApiTypes").TreeSkeleton[]>;
|
|
63
|
-
getJourney(journeyId: string): Promise<import("../api/ApiTypes").TreeSkeleton>;
|
|
64
|
-
importJourney(treeObject: import("../ops/OpsTypes").SingleTreeExportInterface, options: import("../ops/OpsTypes").TreeImportOptions): Promise<boolean>;
|
|
65
|
-
resolveDependencies(installedJorneys: any, journeyMap: any, unresolvedJourneys: any, resolvedJourneys: any, index?: number): Promise<void>;
|
|
66
|
-
importAllJourneys(treesMap: import("../ops/OpsTypes").MultiTreeExportInterface, options: import("../ops/OpsTypes").TreeImportOptions): Promise<void>;
|
|
67
|
-
getNodeRef(nodeObj: import("../api/ApiTypes").NodeSkeleton, singleTreeExport: import("../ops/OpsTypes").SingleTreeExportInterface): import("../api/ApiTypes").NodeRefSkeletonInterface | import("../api/ApiTypes").InnerNodeRefSkeletonInterface;
|
|
68
|
-
onlineTreeExportResolver: import("../ops/OpsTypes").TreeExportResolverInterface;
|
|
69
|
-
fileByIdTreeExportResolver: import("../ops/OpsTypes").TreeExportResolverInterface;
|
|
70
|
-
createFileParamTreeExportResolver(file: string): import("../ops/OpsTypes").TreeExportResolverInterface;
|
|
71
|
-
getTreeDescendents(treeExport: import("../ops/OpsTypes").SingleTreeExportInterface, resolveTreeExport: import("../ops/OpsTypes").TreeExportResolverInterface, resolvedTreeIds?: string[]): Promise<import("../ops/OpsTypes").TreeDependencyMapInterface>;
|
|
72
|
-
findOrphanedNodes(): Promise<import("../api/ApiTypes").NodeSkeleton[]>;
|
|
73
|
-
removeOrphanedNodes(orphanedNodes: import("../api/ApiTypes").NodeSkeleton[]): Promise<unknown[]>;
|
|
74
|
-
isCustomJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
|
|
75
|
-
isPremiumJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
|
|
76
|
-
isCloudOnlyJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
|
|
77
|
-
getJourneyClassification(journey: import("../ops/OpsTypes").SingleTreeExportInterface): import("../ops/OpsTypes").JourneyClassificationType[];
|
|
78
|
-
deleteJourney(journeyId: string, options: {
|
|
79
|
-
deep: boolean;
|
|
80
|
-
verbose: boolean;
|
|
81
|
-
progress?: boolean;
|
|
82
|
-
}): Promise<{
|
|
83
|
-
nodes: {};
|
|
84
|
-
}>;
|
|
85
|
-
deleteJourneys(options: {
|
|
86
|
-
deep: boolean;
|
|
87
|
-
verbose: boolean;
|
|
88
|
-
}): Promise<{}>;
|
|
89
|
-
enableJourney(journeyId: string): Promise<boolean>;
|
|
90
|
-
disableJourney(journeyId: string): Promise<boolean>;
|
|
91
|
-
};
|
|
92
|
-
node: {
|
|
93
|
-
findOrphanedNodes(): Promise<unknown[]>;
|
|
94
|
-
removeOrphanedNodes(orphanedNodes: import("../api/ApiTypes").NodeSkeleton[]): Promise<import("../api/ApiTypes").NodeSkeleton[]>;
|
|
95
|
-
isPremiumNode(nodeType: string): boolean;
|
|
96
|
-
isCloudOnlyNode(nodeType: string): boolean;
|
|
97
|
-
isCustomNode(nodeType: string): boolean;
|
|
98
|
-
getNodeClassification(nodeType: string): import("../ops/OpsTypes").NodeClassificationType[];
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
authz: {
|
|
102
|
-
policy: {
|
|
103
|
-
getPolicies(): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
|
|
104
|
-
getPoliciesByPolicySet(policySetId: string): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
|
|
105
|
-
getPolicy(policyId: string): Promise<import("../api/ApiTypes").PolicySkeleton>;
|
|
106
|
-
putPolicy(policyId: string, policyData: import("../api/ApiTypes").PolicySkeleton): Promise<any>;
|
|
107
|
-
deletePolicy(policyId: string): Promise<any>;
|
|
108
|
-
exportPolicy(policyId: string, options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
|
|
109
|
-
exportPolicies(options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
|
|
110
|
-
exportPoliciesByPolicySet(policySetName: string, options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
|
|
111
|
-
importPolicy(policyId: string, importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton>;
|
|
112
|
-
importFirstPolicy(importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton>;
|
|
113
|
-
importPolicies(importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
|
|
114
|
-
};
|
|
115
|
-
policySet: {
|
|
116
|
-
getPolicySets(): Promise<import("../api/ApiTypes").PolicySetSkeleton[]>;
|
|
117
|
-
getPolicySet(policySetName: string): Promise<import("../api/ApiTypes").PolicySetSkeleton>;
|
|
118
|
-
createPolicySet(policySetData: import("../api/ApiTypes").PolicySetSkeleton): Promise<any>;
|
|
119
|
-
updatePolicySet(policySetData: import("../api/ApiTypes").PolicySetSkeleton): Promise<any>;
|
|
120
|
-
deletePolicySet(policySetName: string): Promise<any>;
|
|
121
|
-
exportPolicySet(policySetName: string, options?: import("../ops/PolicySetOps").PolicySetExportOptions): Promise<import("../ops/PolicySetOps").PolicySetExportInterface>;
|
|
122
|
-
exportPolicySets(options?: import("../ops/PolicySetOps").PolicySetExportOptions): Promise<import("../ops/PolicySetOps").PolicySetExportInterface>;
|
|
123
|
-
importPolicySet(policySetName: string, importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
|
|
124
|
-
importFirstPolicySet(importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
|
|
125
|
-
importPolicySets(importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
|
|
126
|
-
};
|
|
127
|
-
resourceType: {
|
|
128
|
-
getResourceType(resourceTypeUuid: string): Promise<any>;
|
|
129
|
-
getResourceTypes(): Promise<import("../api/ApiTypes").ResourceTypeSkeleton[]>;
|
|
130
|
-
getResourceTypeByName(resourceTypeName: string): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
|
|
131
|
-
updateResourceType(resourceTypeUuid: string, resourceTypeData: import("../api/ApiTypes").ResourceTypeSkeleton): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
|
|
132
|
-
deleteResourceType(resourceTypeUuid: string): Promise<any>;
|
|
133
|
-
deleteResourceTypeByName(resourceTypeName: string): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
|
|
134
|
-
exportResourceType(resourceTypeUuid: string): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
|
|
135
|
-
exportResourceTypeByName(resourceTypeName: string): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
|
|
136
|
-
exportResourceTypes(): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
|
|
137
|
-
importResourceType(resourceTypeUuid: string, importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
|
|
138
|
-
importResourceTypeByName(resourceTypeName: string, importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
|
|
139
|
-
importFirstResourceType(importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
|
|
140
|
-
importResourceTypes(importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any[]>;
|
|
141
|
-
};
|
|
142
|
-
};
|
|
143
|
-
cloud: {
|
|
144
|
-
adminFed: {
|
|
145
|
-
createAdminFederationExportTemplate(): import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface;
|
|
146
|
-
getAdminFederationProviders(): Promise<import("../api/ApiTypes").SocialIdpSkeleton[]>;
|
|
147
|
-
getAdminFederationProvider(providerId: string): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
148
|
-
putProviderByTypeAndId(providerType: string, providerId: string, providerData: import("../api/ApiTypes").SocialIdpSkeleton): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
149
|
-
deleteAdminFederationProvider(providerId: string): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
150
|
-
exportAdminFederationProvider(providerId: string): Promise<import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface>;
|
|
151
|
-
exportAdminFederationProviders(): Promise<import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface>;
|
|
152
|
-
importAdminFederationProvider(providerId: string, importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
153
|
-
importFirstAdminFederationProvider(importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
154
|
-
importAdminFederationProviders(importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton[]>;
|
|
155
|
-
};
|
|
156
|
-
feature: {
|
|
157
|
-
getFeatures(): Promise<import("../api/cloud/FeatureApi").FeatureInterface[]>;
|
|
158
|
-
hasFeature(featureId: string): Promise<boolean>;
|
|
159
|
-
};
|
|
160
|
-
log: {
|
|
161
|
-
getDefaultNoiseFilter(): string[];
|
|
162
|
-
resolveLevel(level: string | number): string[];
|
|
163
|
-
resolvePayloadLevel(log: import("../api/ApiTypes").LogEventSkeleton): string;
|
|
164
|
-
getLogSources(): Promise<string[]>;
|
|
165
|
-
getLogApiKey(keyId: string): Promise<import("../api/ApiTypes").LogApiKey>;
|
|
166
|
-
getLogApiKeys(): Promise<import("../api/ApiTypes").LogApiKey[]>;
|
|
167
|
-
createLogApiKey(keyName: string): Promise<import("../api/ApiTypes").LogApiKey>;
|
|
168
|
-
deleteLogApiKey(keyId: string): Promise<import("../api/ApiTypes").LogApiKey>;
|
|
169
|
-
deleteLogApiKeys(): Promise<import("../api/ApiTypes").LogApiKey[]>;
|
|
170
|
-
tail(source: string, cookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").LogEventSkeleton>>;
|
|
171
|
-
fetch(source: string, startTs: string, endTs: string, cookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").LogEventSkeleton>>;
|
|
172
|
-
};
|
|
173
|
-
secret: {
|
|
174
|
-
getSecrets(): Promise<any>;
|
|
175
|
-
getSecret(secretId: string): Promise<any>;
|
|
176
|
-
putSecret(secretId: string, value: string, description: string, encoding?: string, useInPlaceholders?: boolean): Promise<any>;
|
|
177
|
-
setSecretDescription(secretId: string, description: string): Promise<any>;
|
|
178
|
-
deleteSecret(secretId: string): Promise<any>;
|
|
179
|
-
getSecretVersions(secretId: string): Promise<any>;
|
|
180
|
-
createNewVersionOfSecret(secretId: string, value: string): Promise<any>;
|
|
181
|
-
getVersionOfSecret(secretId: string, version: string): Promise<any>;
|
|
182
|
-
setStatusOfVersionOfSecret(secretId: string, version: string, status: import("../api/ApiTypes").VersionOfSecretStatus): Promise<any>;
|
|
183
|
-
deleteVersionOfSecret(secretId: string, version: string): Promise<any>;
|
|
184
|
-
};
|
|
185
|
-
serviceAccount: {
|
|
186
|
-
isServiceAccountsFeatureAvailable(): Promise<boolean>;
|
|
187
|
-
createServiceAccount(name: string, description: string, accountStatus: "Active" | "Inactive", scopes: string[], jwks: import("../ops/JoseOps").JwksInterface): Promise<import("../api/ApiTypes").IdObjectSkeletonInterface>;
|
|
188
|
-
getServiceAccount(serviceAccountId: string): Promise<import("../ops/cloud/ServiceAccountOps").ServiceAccount>;
|
|
189
|
-
};
|
|
190
|
-
startup: {
|
|
191
|
-
checkForUpdates(): Promise<import("../ops/cloud/StartupOps").Updates>;
|
|
192
|
-
applyUpdates(wait: boolean, timeout?: number): Promise<boolean>;
|
|
193
|
-
};
|
|
194
|
-
variable: {
|
|
195
|
-
deleteVariable(variableId: string): Promise<any>;
|
|
196
|
-
getVariable(variableId: string): Promise<any>;
|
|
197
|
-
getVariables(): Promise<any>;
|
|
198
|
-
putVariable(variableId: string, value: string, description: string): Promise<any>;
|
|
199
|
-
setVariableDescription(variableId: string, description: string): Promise<any>;
|
|
200
|
-
};
|
|
201
|
-
};
|
|
202
|
-
conn: {
|
|
203
|
-
getConnectionProfilesPath(): string;
|
|
204
|
-
findConnectionProfiles(connectionProfiles: import("../ops/ConnectionProfileOps").ConnectionsFileInterface, host: string): import("../ops/ConnectionProfileOps").SecureConnectionProfileInterface[];
|
|
205
|
-
initConnectionProfiles(): Promise<void>;
|
|
206
|
-
getConnectionProfileByHost(host: string): Promise<import("../ops/ConnectionProfileOps").ConnectionProfileInterface>;
|
|
207
|
-
getConnectionProfile(): Promise<import("../ops/ConnectionProfileOps").ConnectionProfileInterface>;
|
|
208
|
-
saveConnectionProfile(host: string): Promise<boolean>;
|
|
209
|
-
deleteConnectionProfile(host: string): void;
|
|
210
|
-
addNewServiceAccount(): Promise<import("../api/ApiTypes").IdObjectSkeletonInterface>;
|
|
211
|
-
};
|
|
212
|
-
email: {
|
|
213
|
-
template: {
|
|
214
|
-
EMAIL_TEMPLATE_TYPE: string;
|
|
215
|
-
getEmailTemplates(): Promise<any>;
|
|
216
|
-
getEmailTemplate(templateId: string): Promise<any>;
|
|
217
|
-
putEmailTemplate(templateId: string, templateData: import("../api/ApiTypes").EmailTemplateSkeleton): Promise<any>;
|
|
218
|
-
};
|
|
219
|
-
};
|
|
220
|
-
helper: {
|
|
221
|
-
base64: typeof import("../api/utils/Base64");
|
|
222
|
-
constants: typeof import("../storage/StaticStorage");
|
|
223
|
-
jose: typeof import("../ops/JoseOps");
|
|
224
|
-
script: typeof import("../ops/utils/ScriptValidationUtils");
|
|
225
|
-
utils: typeof import("../ops/utils/OpsUtils");
|
|
226
|
-
};
|
|
227
|
-
idm: {
|
|
228
|
-
config: {
|
|
229
|
-
getAllConfigEntities(): Promise<any>;
|
|
230
|
-
getConfigEntitiesByType(type: string): Promise<any>;
|
|
231
|
-
getConfigEntity(entityId: string): Promise<any>;
|
|
232
|
-
putConfigEntity(entityId: string, entityData: string | import("../api/ApiTypes").NoIdObjectSkeletonInterface): Promise<any>;
|
|
233
|
-
queryAllManagedObjectsByType(type: string, fields: string[], pageCookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").IdObjectSkeletonInterface>>;
|
|
234
|
-
testConnectorServers(): Promise<import("../api/IdmSystemApi").ConnectorServerStatusInterface[]>;
|
|
235
|
-
};
|
|
236
|
-
managed: {
|
|
237
|
-
resolveUserName(type: string, id: string): Promise<string | number | boolean | object>;
|
|
238
|
-
resolveFullName(type: string, id: string): Promise<string>;
|
|
239
|
-
};
|
|
240
|
-
organization: {
|
|
241
|
-
getRealmManagedOrganization(): string;
|
|
242
|
-
getOrganizations(): Promise<any[]>;
|
|
243
|
-
};
|
|
244
|
-
};
|
|
245
|
-
info: {
|
|
246
|
-
getInfo(): Promise<import("../ops/InfoOps").PlatformInfo>;
|
|
247
|
-
};
|
|
248
|
-
login: {
|
|
249
|
-
getAccessTokenForServiceAccount(saId?: string, saJwk?: import("../ops/JoseOps").JwkRsa): Promise<string>;
|
|
250
|
-
getTokens(forceLoginAsUser?: boolean): Promise<boolean>;
|
|
251
|
-
};
|
|
252
|
-
oauth2oidc: {
|
|
253
|
-
client: {
|
|
254
|
-
getOAuth2Clients(): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton[]>;
|
|
255
|
-
getOAuth2Client(clientId: string): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
|
|
256
|
-
putOAuth2Client(clientId: string, clientData: import("../api/ApiTypes").OAuth2ClientSkeleton): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
|
|
257
|
-
deleteOAuth2Client(clientId: string): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
|
|
258
|
-
exportOAuth2Clients(options?: import("../ops/OAuth2ClientOps").OAuth2ClientExportOptions): Promise<import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface>;
|
|
259
|
-
exportOAuth2Client(clientId: string, options?: import("../ops/OAuth2ClientOps").OAuth2ClientExportOptions): Promise<import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface>;
|
|
260
|
-
importOAuth2Client(clientId: string, importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<any>;
|
|
261
|
-
importFirstOAuth2Client(importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<any>;
|
|
262
|
-
importOAuth2Clients(importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<unknown[]>;
|
|
263
|
-
};
|
|
264
|
-
endpoint: {
|
|
265
|
-
authorize(amBaseUrl: string, data: string, config: import("axios").AxiosRequestConfig<any>): Promise<import("axios").AxiosResponse<any, any>>;
|
|
266
|
-
accessToken(amBaseUrl: string, data: any, config: import("axios").AxiosRequestConfig<any>): Promise<import("axios").AxiosResponse<any, any>>;
|
|
267
|
-
getTokenInfo(amBaseUrl: string, config: import("axios").AxiosRequestConfig<any>): Promise<any>;
|
|
268
|
-
clientCredentialsGrant(amBaseUrl: string, clientId: string, clientSecret: string, scope: string): Promise<any>;
|
|
269
|
-
};
|
|
270
|
-
external: {
|
|
271
|
-
getSocialIdentityProviders(): Promise<any>;
|
|
272
|
-
getSocialProvider(providerId: string): Promise<any>;
|
|
273
|
-
putProviderByTypeAndId(providerType: string, providerId: string, providerData: import("../api/ApiTypes").SocialIdpSkeleton): Promise<any>;
|
|
274
|
-
deleteSocialProvider(providerId: string): Promise<unknown>;
|
|
275
|
-
exportSocialProvider(providerId: string): Promise<import("../ops/IdpOps").SocialProviderExportInterface>;
|
|
276
|
-
exportSocialProviders(): Promise<import("../ops/IdpOps").SocialProviderExportInterface>;
|
|
277
|
-
importSocialProvider(providerId: string, importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
|
|
278
|
-
importFirstSocialProvider(importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
|
|
279
|
-
importSocialProviders(importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
|
|
280
|
-
};
|
|
281
|
-
provider: {
|
|
282
|
-
getOAuth2Provider(): Promise<any>;
|
|
283
|
-
};
|
|
284
|
-
};
|
|
285
|
-
realm: {
|
|
286
|
-
getRealms(): Promise<any>;
|
|
287
|
-
getRealmByName(realmName: string): Promise<any>;
|
|
288
|
-
putRealm(realmId: string, realmData: object): Promise<any>;
|
|
289
|
-
addCustomDomain(realmName: string, domain: string): Promise<any>;
|
|
290
|
-
removeCustomDomain(realmName: string, domain: string): Promise<any>;
|
|
291
|
-
};
|
|
292
|
-
saml2: {
|
|
293
|
-
circlesOfTrust: {
|
|
294
|
-
createCirclesOfTrustExportTemplate(): import("../ops/OpsTypes").CirclesOfTrustExportInterface;
|
|
295
|
-
getCircleOfTrust(cotId: string): Promise<any>;
|
|
296
|
-
getCirclesOfTrust(): Promise<any>;
|
|
297
|
-
createCircleOfTrust(cotData: import("../api/ApiTypes").CircleOfTrustSkeleton): Promise<any>;
|
|
298
|
-
exportCircleOfTrust(cotId: string): Promise<import("../ops/OpsTypes").CirclesOfTrustExportInterface>;
|
|
299
|
-
exportCirclesOfTrust(): Promise<import("../ops/OpsTypes").CirclesOfTrustExportInterface>;
|
|
300
|
-
importCircleOfTrust(cotId: string, importData: import("../ops/OpsTypes").CirclesOfTrustExportInterface): Promise<any>;
|
|
301
|
-
importFirstCircleOfTrust(importData: import("../ops/OpsTypes").CirclesOfTrustExportInterface): Promise<any>;
|
|
302
|
-
importCirclesOfTrust(importData: import("../ops/OpsTypes").CirclesOfTrustExportInterface): Promise<any[]>;
|
|
303
|
-
};
|
|
304
|
-
entityProvider: {
|
|
305
|
-
getSaml2ProviderStubs(): Promise<import("../api/ApiTypes").Saml2ProviderStub[]>;
|
|
306
|
-
getProviderByLocationAndId(location: string, entityId64: string): Promise<any>;
|
|
307
|
-
getProviderMetadataUrl(entityId: string): string;
|
|
308
|
-
getProviderMetadata(entityId: string): Promise<any>;
|
|
309
|
-
getSaml2ProviderStub(entityId: string): Promise<import("../api/ApiTypes").Saml2ProviderStub>;
|
|
310
|
-
getSaml2Provider(entityId: string): Promise<import("../api/ApiTypes").Saml2ProviderSkeleton>;
|
|
311
|
-
deleteSaml2Provider(entityId: string): Promise<import("../api/ApiTypes").Saml2ProviderSkeleton>;
|
|
312
|
-
deleteSaml2Providers(): Promise<import("../api/ApiTypes").Saml2ProviderSkeleton[]>;
|
|
313
|
-
exportSaml2Provider(entityId: string): Promise<import("../ops/OpsTypes").Saml2ExportInterface>;
|
|
314
|
-
exportSaml2Providers(): Promise<import("../ops/OpsTypes").Saml2ExportInterface>;
|
|
315
|
-
importSaml2Provider(entityId: string, importData: import("../ops/OpsTypes").Saml2ExportInterface): Promise<boolean>;
|
|
316
|
-
importSaml2Providers(importData: import("../ops/OpsTypes").Saml2ExportInterface): Promise<import("../ops/OpsTypes").MultiOpStatusInterface>;
|
|
317
|
-
};
|
|
318
|
-
};
|
|
319
|
-
script: {
|
|
320
|
-
getScripts(): Promise<import("../api/ApiTypes").ScriptSkeleton[]>;
|
|
321
|
-
getScriptByName(scriptName: string): Promise<import("../api/ApiTypes").ScriptSkeleton>;
|
|
322
|
-
putScript(scriptId: string, scriptData: import("../api/ApiTypes").ScriptSkeleton): Promise<boolean>;
|
|
323
|
-
exportScript(scriptId: string): Promise<import("../ops/ScriptOps").ScriptExportInterface>;
|
|
324
|
-
exportScriptByName(scriptName: string): Promise<import("../ops/ScriptOps").ScriptExportInterface>;
|
|
325
|
-
exportScripts(): Promise<import("../ops/ScriptOps").ScriptExportInterface>;
|
|
326
|
-
importScripts(scriptName: string, importData: import("../ops/ScriptOps").ScriptExportInterface, reUuid?: boolean, validate?: boolean): Promise<boolean>;
|
|
327
|
-
getScript(scriptId: string): Promise<any>;
|
|
328
|
-
deleteScript(scriptId: string): Promise<any>;
|
|
329
|
-
};
|
|
330
|
-
service: {
|
|
331
|
-
createServiceExportTemplate(): import("../ops/OpsTypes").ServiceExportInterface;
|
|
332
|
-
getListOfServices(globalConfig?: boolean): Promise<import("../api/ServiceApi").ServiceListItem[]>;
|
|
333
|
-
getFullServices(globalConfig?: boolean): Promise<import("../api/ApiTypes").FullService[]>;
|
|
334
|
-
deleteFullService(serviceId: string, globalConfig?: boolean): Promise<void>;
|
|
335
|
-
deleteFullServices(globalConfig?: boolean): Promise<void>;
|
|
336
|
-
exportService(serviceId: string, globalConfig?: boolean): Promise<import("../ops/OpsTypes").ServiceExportInterface>;
|
|
337
|
-
exportServices(globalConfig?: boolean): Promise<import("../ops/OpsTypes").ServiceExportInterface>;
|
|
338
|
-
importService(serviceId: string, importData: import("../ops/OpsTypes").ServiceExportInterface, clean: boolean, globalConfig?: boolean): Promise<import("../api/ApiTypes").AmServiceSkeleton>;
|
|
339
|
-
importServices(importData: import("../ops/OpsTypes").ServiceExportInterface, clean: boolean, globalConfig?: boolean): Promise<import("../api/ApiTypes").AmServiceSkeleton[]>;
|
|
340
|
-
};
|
|
341
|
-
theme: {
|
|
342
|
-
getThemes(): Promise<import("../api/ApiTypes").ThemeSkeleton[]>;
|
|
343
|
-
getTheme(themeId: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
344
|
-
getThemeByName(themeName: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
345
|
-
putTheme(themeId: string, themeData: import("../api/ApiTypes").ThemeSkeleton, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
346
|
-
putThemeByName(themeName: string, themeData: import("../api/ApiTypes").ThemeSkeleton, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
347
|
-
putThemes(themeMap: Map<string, import("../api/ApiTypes").ThemeSkeleton>): Promise<Map<string, import("../api/ApiTypes").ThemeSkeleton>>;
|
|
348
|
-
deleteTheme(themeId: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
349
|
-
deleteThemeByName(themeName: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
350
|
-
deleteThemes(realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton[]>;
|
|
351
|
-
};
|
|
352
|
-
utils: {
|
|
353
|
-
impex: {
|
|
354
|
-
getMetadata(): import("../ops/OpsTypes").ExportMetaData;
|
|
355
|
-
titleCase(input: string): string;
|
|
356
|
-
getRealmString(): string;
|
|
357
|
-
convertBase64TextToArray(b64text: string): any[];
|
|
358
|
-
convertBase64UrlTextToArray(b64UTF8Text: string): any[];
|
|
359
|
-
convertTextArrayToBase64(textArray: string[]): string;
|
|
360
|
-
convertTextArrayToBase64Url(textArray: string[]): any;
|
|
361
|
-
validateImport(metadata: any): boolean;
|
|
362
|
-
getTypedFilename(name: string, type: string, suffix?: string): string;
|
|
363
|
-
getWorkingDirectory(): string;
|
|
364
|
-
saveToFile(type: string, data: object, identifier: string, filename: string): void;
|
|
365
|
-
saveJsonToFile(data: object, filename: string, includeMeta?: boolean): boolean;
|
|
366
|
-
appendTextToFile(data: string, filename: string): void;
|
|
367
|
-
findFilesByName(fileName: string, fast?: boolean, path?: string): string[];
|
|
368
|
-
readFilesRecursive(directory: string): Promise<string[]>;
|
|
369
|
-
};
|
|
370
|
-
version: {
|
|
371
|
-
getVersion(): string;
|
|
372
|
-
getAllVersions(endpoints: {
|
|
373
|
-
base: string;
|
|
374
|
-
path: string;
|
|
375
|
-
}[]): Promise<PromiseSettledResult<any>[]>;
|
|
376
|
-
};
|
|
377
|
-
};
|
|
378
|
-
};
|
|
379
|
-
declare const state: import("../shared/State").default;
|
|
380
|
-
/**
|
|
381
|
-
* Factory helper to create a frodo instance ready for logging in with a service account
|
|
382
|
-
* @param {string} host host base URL, e.g. 'https://openam-my-tenant.forgeblocks.com/am'
|
|
383
|
-
* @param {string} serviceAccountId service account uuid
|
|
384
|
-
* @param {string} serviceAccountJwkStr service account JWK as stringified JSON
|
|
385
|
-
* @param {string} realm (optional) override default realm
|
|
386
|
-
* @param {string} deploymentType (optional) override deployment type ('cloud', 'forgeops', or 'classic')
|
|
387
|
-
* @param {boolean} allowInsecureConnection (optional) allow insecure connection
|
|
388
|
-
* @param {boolean} debug (optional) enable debug output
|
|
389
|
-
* @param {boolean} curlirize (optional) enable output of all library REST calls as curl commands
|
|
390
|
-
* @returns FrodoLib instance
|
|
391
|
-
*/
|
|
392
|
-
declare function createInstanceWithServiceAccount(host: string, serviceAccountId: string, serviceAccountJwkStr: string, realm?: string, deploymentType?: string, allowInsecureConnection?: boolean, debug?: boolean, curlirize?: boolean): {
|
|
393
|
-
state: import("../shared/State").default;
|
|
394
|
-
admin: {
|
|
395
|
-
listOAuth2CustomClients(): Promise<any>;
|
|
396
|
-
listOAuth2AdminClients(): Promise<any>;
|
|
397
|
-
listNonOAuth2AdminStaticUserMappings(showProtected: boolean): Promise<any>;
|
|
398
|
-
addAutoIdStaticUserMapping(): Promise<void>;
|
|
399
|
-
grantOAuth2ClientAdminPrivileges(clientId: string): Promise<void>;
|
|
400
|
-
revokeOAuth2ClientAdminPrivileges(clientId: string): Promise<void>;
|
|
401
|
-
createOAuth2ClientWithAdminPrivileges(clientId: string, clientSecret: string): Promise<void>;
|
|
402
|
-
createLongLivedToken(clientId: string, clientSecret: string, scope: string, secret: string | boolean, lifetime: number): Promise<any>;
|
|
403
|
-
removeStaticUserMapping(subject: string): Promise<void>;
|
|
404
|
-
hideGenericExtensionAttributes(includeCustomized: boolean, dryRun: boolean): Promise<void>;
|
|
405
|
-
showGenericExtensionAttributes(includeCustomized: boolean, dryRun: boolean): Promise<void>;
|
|
406
|
-
repairOrgModel(excludeCustomized: boolean, extendPermissions: boolean, dryRun: boolean): Promise<void>;
|
|
407
|
-
};
|
|
408
|
-
agent: {
|
|
409
|
-
createAgentExportTemplate(): import("../ops/OpsTypes").AgentExportInterface;
|
|
410
|
-
getAgents(): Promise<import("../api/ApiTypes").AgentSkeleton[]>;
|
|
411
|
-
getAgent(agentId: string): Promise<any>;
|
|
412
|
-
getAgentByTypeAndId(agentType: import("../api/ApiTypes").AgentType, agentId: string): Promise<any>;
|
|
413
|
-
getIdentityGatewayAgents(): Promise<any>;
|
|
414
|
-
getIdentityGatewayAgent(gatewayId: string): Promise<any>;
|
|
415
|
-
putIdentityGatewayAgent(gatewayId: string, gatewayData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
|
|
416
|
-
getJavaAgents(): Promise<any>;
|
|
417
|
-
getJavaAgent(agentId: string): Promise<any>;
|
|
418
|
-
putJavaAgent(agentId: string, agentData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
|
|
419
|
-
getWebAgents(): Promise<any>;
|
|
420
|
-
getWebAgent(agentId: string): Promise<any>;
|
|
421
|
-
putWebAgent(agentId: string, agentData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
|
|
422
|
-
exportAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
423
|
-
exportIdentityGatewayAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
424
|
-
exportJavaAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
425
|
-
exportWebAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
426
|
-
exportAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
427
|
-
exportIdentityGatewayAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
428
|
-
exportJavaAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
429
|
-
exportWebAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
430
|
-
importAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
431
|
-
importIdentityGatewayAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
432
|
-
importJavaAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
433
|
-
importWebAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
434
|
-
importAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
435
|
-
importIdentityGatewayAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
436
|
-
importJavaAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
437
|
-
importWebAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
438
|
-
deleteAgents(): Promise<void>;
|
|
439
|
-
deleteAgent(agentId: string): Promise<void>;
|
|
440
|
-
deleteIdentityGatewayAgents(): Promise<void>;
|
|
441
|
-
deleteIdentityGatewayAgent(agentId: string): Promise<void>;
|
|
442
|
-
deleteJavaAgents(): Promise<void>;
|
|
443
|
-
deleteJavaAgent(agentId: string): Promise<void>;
|
|
444
|
-
deleteWebAgents(): Promise<void>;
|
|
445
|
-
deleteWebAgent(agentId: string): Promise<void>;
|
|
446
|
-
};
|
|
447
|
-
authn: {
|
|
448
|
-
journey: {
|
|
449
|
-
createSingleTreeExportTemplate(): import("../ops/OpsTypes").SingleTreeExportInterface;
|
|
450
|
-
createMultiTreeExportTemplate(): import("../ops/OpsTypes").MultiTreeExportInterface;
|
|
451
|
-
exportJourney(treeId: string, options?: import("../ops/OpsTypes").TreeExportOptions): Promise<import("../ops/OpsTypes").SingleTreeExportInterface>;
|
|
452
|
-
getJourneys(): Promise<import("../api/ApiTypes").TreeSkeleton[]>;
|
|
453
|
-
getJourney(journeyId: string): Promise<import("../api/ApiTypes").TreeSkeleton>;
|
|
454
|
-
importJourney(treeObject: import("../ops/OpsTypes").SingleTreeExportInterface, options: import("../ops/OpsTypes").TreeImportOptions): Promise<boolean>;
|
|
455
|
-
resolveDependencies(installedJorneys: any, journeyMap: any, unresolvedJourneys: any, resolvedJourneys: any, index?: number): Promise<void>;
|
|
456
|
-
importAllJourneys(treesMap: import("../ops/OpsTypes").MultiTreeExportInterface, options: import("../ops/OpsTypes").TreeImportOptions): Promise<void>;
|
|
457
|
-
getNodeRef(nodeObj: import("../api/ApiTypes").NodeSkeleton, singleTreeExport: import("../ops/OpsTypes").SingleTreeExportInterface): import("../api/ApiTypes").NodeRefSkeletonInterface | import("../api/ApiTypes").InnerNodeRefSkeletonInterface;
|
|
458
|
-
onlineTreeExportResolver: import("../ops/OpsTypes").TreeExportResolverInterface;
|
|
459
|
-
fileByIdTreeExportResolver: import("../ops/OpsTypes").TreeExportResolverInterface;
|
|
460
|
-
createFileParamTreeExportResolver(file: string): import("../ops/OpsTypes").TreeExportResolverInterface;
|
|
461
|
-
getTreeDescendents(treeExport: import("../ops/OpsTypes").SingleTreeExportInterface, resolveTreeExport: import("../ops/OpsTypes").TreeExportResolverInterface, resolvedTreeIds?: string[]): Promise<import("../ops/OpsTypes").TreeDependencyMapInterface>;
|
|
462
|
-
findOrphanedNodes(): Promise<import("../api/ApiTypes").NodeSkeleton[]>;
|
|
463
|
-
removeOrphanedNodes(orphanedNodes: import("../api/ApiTypes").NodeSkeleton[]): Promise<unknown[]>;
|
|
464
|
-
isCustomJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
|
|
465
|
-
isPremiumJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
|
|
466
|
-
isCloudOnlyJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
|
|
467
|
-
getJourneyClassification(journey: import("../ops/OpsTypes").SingleTreeExportInterface): import("../ops/OpsTypes").JourneyClassificationType[];
|
|
468
|
-
deleteJourney(journeyId: string, options: {
|
|
469
|
-
deep: boolean;
|
|
470
|
-
verbose: boolean;
|
|
471
|
-
progress?: boolean;
|
|
472
|
-
}): Promise<{
|
|
473
|
-
nodes: {};
|
|
474
|
-
}>;
|
|
475
|
-
deleteJourneys(options: {
|
|
476
|
-
deep: boolean;
|
|
477
|
-
verbose: boolean;
|
|
478
|
-
}): Promise<{}>;
|
|
479
|
-
enableJourney(journeyId: string): Promise<boolean>;
|
|
480
|
-
disableJourney(journeyId: string): Promise<boolean>;
|
|
481
|
-
};
|
|
482
|
-
node: {
|
|
483
|
-
findOrphanedNodes(): Promise<unknown[]>;
|
|
484
|
-
removeOrphanedNodes(orphanedNodes: import("../api/ApiTypes").NodeSkeleton[]): Promise<import("../api/ApiTypes").NodeSkeleton[]>;
|
|
485
|
-
isPremiumNode(nodeType: string): boolean;
|
|
486
|
-
isCloudOnlyNode(nodeType: string): boolean;
|
|
487
|
-
isCustomNode(nodeType: string): boolean;
|
|
488
|
-
getNodeClassification(nodeType: string): import("../ops/OpsTypes").NodeClassificationType[];
|
|
489
|
-
};
|
|
490
|
-
};
|
|
491
|
-
authz: {
|
|
492
|
-
policy: {
|
|
493
|
-
getPolicies(): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
|
|
494
|
-
getPoliciesByPolicySet(policySetId: string): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
|
|
495
|
-
getPolicy(policyId: string): Promise<import("../api/ApiTypes").PolicySkeleton>;
|
|
496
|
-
putPolicy(policyId: string, policyData: import("../api/ApiTypes").PolicySkeleton): Promise<any>;
|
|
497
|
-
deletePolicy(policyId: string): Promise<any>;
|
|
498
|
-
exportPolicy(policyId: string, options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
|
|
499
|
-
exportPolicies(options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
|
|
500
|
-
exportPoliciesByPolicySet(policySetName: string, options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
|
|
501
|
-
importPolicy(policyId: string, importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton>;
|
|
502
|
-
importFirstPolicy(importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton>;
|
|
503
|
-
importPolicies(importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
|
|
504
|
-
};
|
|
505
|
-
policySet: {
|
|
506
|
-
getPolicySets(): Promise<import("../api/ApiTypes").PolicySetSkeleton[]>;
|
|
507
|
-
getPolicySet(policySetName: string): Promise<import("../api/ApiTypes").PolicySetSkeleton>;
|
|
508
|
-
createPolicySet(policySetData: import("../api/ApiTypes").PolicySetSkeleton): Promise<any>;
|
|
509
|
-
updatePolicySet(policySetData: import("../api/ApiTypes").PolicySetSkeleton): Promise<any>;
|
|
510
|
-
deletePolicySet(policySetName: string): Promise<any>;
|
|
511
|
-
exportPolicySet(policySetName: string, options?: import("../ops/PolicySetOps").PolicySetExportOptions): Promise<import("../ops/PolicySetOps").PolicySetExportInterface>;
|
|
512
|
-
exportPolicySets(options?: import("../ops/PolicySetOps").PolicySetExportOptions): Promise<import("../ops/PolicySetOps").PolicySetExportInterface>;
|
|
513
|
-
importPolicySet(policySetName: string, importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
|
|
514
|
-
importFirstPolicySet(importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
|
|
515
|
-
importPolicySets(importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
|
|
516
|
-
};
|
|
517
|
-
resourceType: {
|
|
518
|
-
getResourceType(resourceTypeUuid: string): Promise<any>;
|
|
519
|
-
getResourceTypes(): Promise<import("../api/ApiTypes").ResourceTypeSkeleton[]>;
|
|
520
|
-
getResourceTypeByName(resourceTypeName: string): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
|
|
521
|
-
updateResourceType(resourceTypeUuid: string, resourceTypeData: import("../api/ApiTypes").ResourceTypeSkeleton): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
|
|
522
|
-
deleteResourceType(resourceTypeUuid: string): Promise<any>;
|
|
523
|
-
deleteResourceTypeByName(resourceTypeName: string): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
|
|
524
|
-
exportResourceType(resourceTypeUuid: string): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
|
|
525
|
-
exportResourceTypeByName(resourceTypeName: string): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
|
|
526
|
-
exportResourceTypes(): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
|
|
527
|
-
importResourceType(resourceTypeUuid: string, importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
|
|
528
|
-
importResourceTypeByName(resourceTypeName: string, importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
|
|
529
|
-
importFirstResourceType(importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
|
|
530
|
-
importResourceTypes(importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any[]>;
|
|
531
|
-
};
|
|
532
|
-
};
|
|
533
|
-
cloud: {
|
|
534
|
-
adminFed: {
|
|
535
|
-
createAdminFederationExportTemplate(): import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface;
|
|
536
|
-
getAdminFederationProviders(): Promise<import("../api/ApiTypes").SocialIdpSkeleton[]>;
|
|
537
|
-
getAdminFederationProvider(providerId: string): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
538
|
-
putProviderByTypeAndId(providerType: string, providerId: string, providerData: import("../api/ApiTypes").SocialIdpSkeleton): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
539
|
-
deleteAdminFederationProvider(providerId: string): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
540
|
-
exportAdminFederationProvider(providerId: string): Promise<import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface>;
|
|
541
|
-
exportAdminFederationProviders(): Promise<import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface>;
|
|
542
|
-
importAdminFederationProvider(providerId: string, importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
543
|
-
importFirstAdminFederationProvider(importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
544
|
-
importAdminFederationProviders(importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton[]>;
|
|
545
|
-
};
|
|
546
|
-
feature: {
|
|
547
|
-
getFeatures(): Promise<import("../api/cloud/FeatureApi").FeatureInterface[]>;
|
|
548
|
-
hasFeature(featureId: string): Promise<boolean>;
|
|
549
|
-
};
|
|
550
|
-
log: {
|
|
551
|
-
getDefaultNoiseFilter(): string[];
|
|
552
|
-
resolveLevel(level: string | number): string[];
|
|
553
|
-
resolvePayloadLevel(log: import("../api/ApiTypes").LogEventSkeleton): string;
|
|
554
|
-
getLogSources(): Promise<string[]>;
|
|
555
|
-
getLogApiKey(keyId: string): Promise<import("../api/ApiTypes").LogApiKey>;
|
|
556
|
-
getLogApiKeys(): Promise<import("../api/ApiTypes").LogApiKey[]>;
|
|
557
|
-
createLogApiKey(keyName: string): Promise<import("../api/ApiTypes").LogApiKey>;
|
|
558
|
-
deleteLogApiKey(keyId: string): Promise<import("../api/ApiTypes").LogApiKey>;
|
|
559
|
-
deleteLogApiKeys(): Promise<import("../api/ApiTypes").LogApiKey[]>;
|
|
560
|
-
tail(source: string, cookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").LogEventSkeleton>>;
|
|
561
|
-
fetch(source: string, startTs: string, endTs: string, cookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").LogEventSkeleton>>;
|
|
562
|
-
};
|
|
563
|
-
secret: {
|
|
564
|
-
getSecrets(): Promise<any>;
|
|
565
|
-
getSecret(secretId: string): Promise<any>;
|
|
566
|
-
putSecret(secretId: string, value: string, description: string, encoding?: string, useInPlaceholders?: boolean): Promise<any>;
|
|
567
|
-
setSecretDescription(secretId: string, description: string): Promise<any>;
|
|
568
|
-
deleteSecret(secretId: string): Promise<any>;
|
|
569
|
-
getSecretVersions(secretId: string): Promise<any>;
|
|
570
|
-
createNewVersionOfSecret(secretId: string, value: string): Promise<any>;
|
|
571
|
-
getVersionOfSecret(secretId: string, version: string): Promise<any>;
|
|
572
|
-
setStatusOfVersionOfSecret(secretId: string, version: string, status: import("../api/ApiTypes").VersionOfSecretStatus): Promise<any>;
|
|
573
|
-
deleteVersionOfSecret(secretId: string, version: string): Promise<any>;
|
|
574
|
-
};
|
|
575
|
-
serviceAccount: {
|
|
576
|
-
isServiceAccountsFeatureAvailable(): Promise<boolean>;
|
|
577
|
-
createServiceAccount(name: string, description: string, accountStatus: "Active" | "Inactive", scopes: string[], jwks: import("../ops/JoseOps").JwksInterface): Promise<import("../api/ApiTypes").IdObjectSkeletonInterface>;
|
|
578
|
-
getServiceAccount(serviceAccountId: string): Promise<import("../ops/cloud/ServiceAccountOps").ServiceAccount>;
|
|
579
|
-
};
|
|
580
|
-
startup: {
|
|
581
|
-
checkForUpdates(): Promise<import("../ops/cloud/StartupOps").Updates>;
|
|
582
|
-
applyUpdates(wait: boolean, timeout?: number): Promise<boolean>;
|
|
583
|
-
};
|
|
584
|
-
variable: {
|
|
585
|
-
deleteVariable(variableId: string): Promise<any>;
|
|
586
|
-
getVariable(variableId: string): Promise<any>;
|
|
587
|
-
getVariables(): Promise<any>;
|
|
588
|
-
putVariable(variableId: string, value: string, description: string): Promise<any>;
|
|
589
|
-
setVariableDescription(variableId: string, description: string): Promise<any>;
|
|
590
|
-
};
|
|
591
|
-
};
|
|
592
|
-
conn: {
|
|
593
|
-
getConnectionProfilesPath(): string;
|
|
594
|
-
findConnectionProfiles(connectionProfiles: import("../ops/ConnectionProfileOps").ConnectionsFileInterface, host: string): import("../ops/ConnectionProfileOps").SecureConnectionProfileInterface[];
|
|
595
|
-
initConnectionProfiles(): Promise<void>;
|
|
596
|
-
getConnectionProfileByHost(host: string): Promise<import("../ops/ConnectionProfileOps").ConnectionProfileInterface>;
|
|
597
|
-
getConnectionProfile(): Promise<import("../ops/ConnectionProfileOps").ConnectionProfileInterface>;
|
|
598
|
-
saveConnectionProfile(host: string): Promise<boolean>;
|
|
599
|
-
deleteConnectionProfile(host: string): void;
|
|
600
|
-
addNewServiceAccount(): Promise<import("../api/ApiTypes").IdObjectSkeletonInterface>;
|
|
601
|
-
};
|
|
602
|
-
email: {
|
|
603
|
-
template: {
|
|
604
|
-
EMAIL_TEMPLATE_TYPE: string;
|
|
605
|
-
getEmailTemplates(): Promise<any>;
|
|
606
|
-
getEmailTemplate(templateId: string): Promise<any>;
|
|
607
|
-
putEmailTemplate(templateId: string, templateData: import("../api/ApiTypes").EmailTemplateSkeleton): Promise<any>;
|
|
608
|
-
};
|
|
609
|
-
};
|
|
610
|
-
helper: {
|
|
611
|
-
base64: typeof import("../api/utils/Base64");
|
|
612
|
-
constants: typeof import("../storage/StaticStorage");
|
|
613
|
-
jose: typeof import("../ops/JoseOps");
|
|
614
|
-
script: typeof import("../ops/utils/ScriptValidationUtils");
|
|
615
|
-
utils: typeof import("../ops/utils/OpsUtils");
|
|
616
|
-
};
|
|
617
|
-
idm: {
|
|
618
|
-
config: {
|
|
619
|
-
getAllConfigEntities(): Promise<any>;
|
|
620
|
-
getConfigEntitiesByType(type: string): Promise<any>;
|
|
621
|
-
getConfigEntity(entityId: string): Promise<any>;
|
|
622
|
-
putConfigEntity(entityId: string, entityData: string | import("../api/ApiTypes").NoIdObjectSkeletonInterface): Promise<any>;
|
|
623
|
-
queryAllManagedObjectsByType(type: string, fields: string[], pageCookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").IdObjectSkeletonInterface>>;
|
|
624
|
-
testConnectorServers(): Promise<import("../api/IdmSystemApi").ConnectorServerStatusInterface[]>;
|
|
625
|
-
};
|
|
626
|
-
managed: {
|
|
627
|
-
resolveUserName(type: string, id: string): Promise<string | number | boolean | object>;
|
|
628
|
-
resolveFullName(type: string, id: string): Promise<string>;
|
|
629
|
-
};
|
|
630
|
-
organization: {
|
|
631
|
-
getRealmManagedOrganization(): string;
|
|
632
|
-
getOrganizations(): Promise<any[]>;
|
|
633
|
-
};
|
|
634
|
-
};
|
|
635
|
-
info: {
|
|
636
|
-
getInfo(): Promise<import("../ops/InfoOps").PlatformInfo>;
|
|
637
|
-
};
|
|
638
|
-
login: {
|
|
639
|
-
getAccessTokenForServiceAccount(saId?: string, saJwk?: import("../ops/JoseOps").JwkRsa): Promise<string>;
|
|
640
|
-
getTokens(forceLoginAsUser?: boolean): Promise<boolean>;
|
|
641
|
-
};
|
|
642
|
-
oauth2oidc: {
|
|
643
|
-
client: {
|
|
644
|
-
getOAuth2Clients(): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton[]>;
|
|
645
|
-
getOAuth2Client(clientId: string): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
|
|
646
|
-
putOAuth2Client(clientId: string, clientData: import("../api/ApiTypes").OAuth2ClientSkeleton): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
|
|
647
|
-
deleteOAuth2Client(clientId: string): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
|
|
648
|
-
exportOAuth2Clients(options?: import("../ops/OAuth2ClientOps").OAuth2ClientExportOptions): Promise<import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface>;
|
|
649
|
-
exportOAuth2Client(clientId: string, options?: import("../ops/OAuth2ClientOps").OAuth2ClientExportOptions): Promise<import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface>;
|
|
650
|
-
importOAuth2Client(clientId: string, importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<any>;
|
|
651
|
-
importFirstOAuth2Client(importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<any>;
|
|
652
|
-
importOAuth2Clients(importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<unknown[]>;
|
|
653
|
-
};
|
|
654
|
-
endpoint: {
|
|
655
|
-
authorize(amBaseUrl: string, data: string, config: import("axios").AxiosRequestConfig<any>): Promise<import("axios").AxiosResponse<any, any>>;
|
|
656
|
-
accessToken(amBaseUrl: string, data: any, config: import("axios").AxiosRequestConfig<any>): Promise<import("axios").AxiosResponse<any, any>>;
|
|
657
|
-
getTokenInfo(amBaseUrl: string, config: import("axios").AxiosRequestConfig<any>): Promise<any>;
|
|
658
|
-
clientCredentialsGrant(amBaseUrl: string, clientId: string, clientSecret: string, scope: string): Promise<any>;
|
|
659
|
-
};
|
|
660
|
-
external: {
|
|
661
|
-
getSocialIdentityProviders(): Promise<any>;
|
|
662
|
-
getSocialProvider(providerId: string): Promise<any>;
|
|
663
|
-
putProviderByTypeAndId(providerType: string, providerId: string, providerData: import("../api/ApiTypes").SocialIdpSkeleton): Promise<any>;
|
|
664
|
-
deleteSocialProvider(providerId: string): Promise<unknown>;
|
|
665
|
-
exportSocialProvider(providerId: string): Promise<import("../ops/IdpOps").SocialProviderExportInterface>;
|
|
666
|
-
exportSocialProviders(): Promise<import("../ops/IdpOps").SocialProviderExportInterface>;
|
|
667
|
-
importSocialProvider(providerId: string, importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
|
|
668
|
-
importFirstSocialProvider(importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
|
|
669
|
-
importSocialProviders(importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
|
|
670
|
-
};
|
|
671
|
-
provider: {
|
|
672
|
-
getOAuth2Provider(): Promise<any>;
|
|
673
|
-
};
|
|
674
|
-
};
|
|
675
|
-
realm: {
|
|
676
|
-
getRealms(): Promise<any>;
|
|
677
|
-
getRealmByName(realmName: string): Promise<any>;
|
|
678
|
-
putRealm(realmId: string, realmData: object): Promise<any>;
|
|
679
|
-
addCustomDomain(realmName: string, domain: string): Promise<any>;
|
|
680
|
-
removeCustomDomain(realmName: string, domain: string): Promise<any>;
|
|
681
|
-
};
|
|
682
|
-
saml2: {
|
|
683
|
-
circlesOfTrust: {
|
|
684
|
-
createCirclesOfTrustExportTemplate(): import("../ops/OpsTypes").CirclesOfTrustExportInterface;
|
|
685
|
-
getCircleOfTrust(cotId: string): Promise<any>;
|
|
686
|
-
getCirclesOfTrust(): Promise<any>;
|
|
687
|
-
createCircleOfTrust(cotData: import("../api/ApiTypes").CircleOfTrustSkeleton): Promise<any>;
|
|
688
|
-
exportCircleOfTrust(cotId: string): Promise<import("../ops/OpsTypes").CirclesOfTrustExportInterface>;
|
|
689
|
-
exportCirclesOfTrust(): Promise<import("../ops/OpsTypes").CirclesOfTrustExportInterface>;
|
|
690
|
-
importCircleOfTrust(cotId: string, importData: import("../ops/OpsTypes").CirclesOfTrustExportInterface): Promise<any>;
|
|
691
|
-
importFirstCircleOfTrust(importData: import("../ops/OpsTypes").CirclesOfTrustExportInterface): Promise<any>;
|
|
692
|
-
importCirclesOfTrust(importData: import("../ops/OpsTypes").CirclesOfTrustExportInterface): Promise<any[]>;
|
|
693
|
-
};
|
|
694
|
-
entityProvider: {
|
|
695
|
-
getSaml2ProviderStubs(): Promise<import("../api/ApiTypes").Saml2ProviderStub[]>;
|
|
696
|
-
getProviderByLocationAndId(location: string, entityId64: string): Promise<any>;
|
|
697
|
-
getProviderMetadataUrl(entityId: string): string;
|
|
698
|
-
getProviderMetadata(entityId: string): Promise<any>;
|
|
699
|
-
getSaml2ProviderStub(entityId: string): Promise<import("../api/ApiTypes").Saml2ProviderStub>;
|
|
700
|
-
getSaml2Provider(entityId: string): Promise<import("../api/ApiTypes").Saml2ProviderSkeleton>;
|
|
701
|
-
deleteSaml2Provider(entityId: string): Promise<import("../api/ApiTypes").Saml2ProviderSkeleton>;
|
|
702
|
-
deleteSaml2Providers(): Promise<import("../api/ApiTypes").Saml2ProviderSkeleton[]>;
|
|
703
|
-
exportSaml2Provider(entityId: string): Promise<import("../ops/OpsTypes").Saml2ExportInterface>;
|
|
704
|
-
exportSaml2Providers(): Promise<import("../ops/OpsTypes").Saml2ExportInterface>;
|
|
705
|
-
importSaml2Provider(entityId: string, importData: import("../ops/OpsTypes").Saml2ExportInterface): Promise<boolean>;
|
|
706
|
-
importSaml2Providers(importData: import("../ops/OpsTypes").Saml2ExportInterface): Promise<import("../ops/OpsTypes").MultiOpStatusInterface>;
|
|
707
|
-
};
|
|
708
|
-
};
|
|
709
|
-
script: {
|
|
710
|
-
getScripts(): Promise<import("../api/ApiTypes").ScriptSkeleton[]>;
|
|
711
|
-
getScriptByName(scriptName: string): Promise<import("../api/ApiTypes").ScriptSkeleton>;
|
|
712
|
-
putScript(scriptId: string, scriptData: import("../api/ApiTypes").ScriptSkeleton): Promise<boolean>;
|
|
713
|
-
exportScript(scriptId: string): Promise<import("../ops/ScriptOps").ScriptExportInterface>;
|
|
714
|
-
exportScriptByName(scriptName: string): Promise<import("../ops/ScriptOps").ScriptExportInterface>;
|
|
715
|
-
exportScripts(): Promise<import("../ops/ScriptOps").ScriptExportInterface>;
|
|
716
|
-
importScripts(scriptName: string, importData: import("../ops/ScriptOps").ScriptExportInterface, reUuid?: boolean, validate?: boolean): Promise<boolean>;
|
|
717
|
-
getScript(scriptId: string): Promise<any>;
|
|
718
|
-
deleteScript(scriptId: string): Promise<any>;
|
|
719
|
-
};
|
|
720
|
-
service: {
|
|
721
|
-
createServiceExportTemplate(): import("../ops/OpsTypes").ServiceExportInterface;
|
|
722
|
-
getListOfServices(globalConfig?: boolean): Promise<import("../api/ServiceApi").ServiceListItem[]>;
|
|
723
|
-
getFullServices(globalConfig?: boolean): Promise<import("../api/ApiTypes").FullService[]>;
|
|
724
|
-
deleteFullService(serviceId: string, globalConfig?: boolean): Promise<void>;
|
|
725
|
-
deleteFullServices(globalConfig?: boolean): Promise<void>;
|
|
726
|
-
exportService(serviceId: string, globalConfig?: boolean): Promise<import("../ops/OpsTypes").ServiceExportInterface>;
|
|
727
|
-
exportServices(globalConfig?: boolean): Promise<import("../ops/OpsTypes").ServiceExportInterface>;
|
|
728
|
-
importService(serviceId: string, importData: import("../ops/OpsTypes").ServiceExportInterface, clean: boolean, globalConfig?: boolean): Promise<import("../api/ApiTypes").AmServiceSkeleton>;
|
|
729
|
-
importServices(importData: import("../ops/OpsTypes").ServiceExportInterface, clean: boolean, globalConfig?: boolean): Promise<import("../api/ApiTypes").AmServiceSkeleton[]>;
|
|
730
|
-
};
|
|
731
|
-
theme: {
|
|
732
|
-
getThemes(): Promise<import("../api/ApiTypes").ThemeSkeleton[]>;
|
|
733
|
-
getTheme(themeId: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
734
|
-
getThemeByName(themeName: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
735
|
-
putTheme(themeId: string, themeData: import("../api/ApiTypes").ThemeSkeleton, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
736
|
-
putThemeByName(themeName: string, themeData: import("../api/ApiTypes").ThemeSkeleton, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
737
|
-
putThemes(themeMap: Map<string, import("../api/ApiTypes").ThemeSkeleton>): Promise<Map<string, import("../api/ApiTypes").ThemeSkeleton>>;
|
|
738
|
-
deleteTheme(themeId: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
739
|
-
deleteThemeByName(themeName: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
740
|
-
deleteThemes(realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton[]>;
|
|
741
|
-
};
|
|
742
|
-
utils: {
|
|
743
|
-
impex: {
|
|
744
|
-
getMetadata(): import("../ops/OpsTypes").ExportMetaData;
|
|
745
|
-
titleCase(input: string): string;
|
|
746
|
-
getRealmString(): string;
|
|
747
|
-
convertBase64TextToArray(b64text: string): any[];
|
|
748
|
-
convertBase64UrlTextToArray(b64UTF8Text: string): any[];
|
|
749
|
-
convertTextArrayToBase64(textArray: string[]): string;
|
|
750
|
-
convertTextArrayToBase64Url(textArray: string[]): any;
|
|
751
|
-
validateImport(metadata: any): boolean;
|
|
752
|
-
getTypedFilename(name: string, type: string, suffix?: string): string;
|
|
753
|
-
getWorkingDirectory(): string;
|
|
754
|
-
saveToFile(type: string, data: object, identifier: string, filename: string): void;
|
|
755
|
-
saveJsonToFile(data: object, filename: string, includeMeta?: boolean): boolean;
|
|
756
|
-
appendTextToFile(data: string, filename: string): void;
|
|
757
|
-
findFilesByName(fileName: string, fast?: boolean, path?: string): string[];
|
|
758
|
-
readFilesRecursive(directory: string): Promise<string[]>;
|
|
759
|
-
};
|
|
760
|
-
version: {
|
|
761
|
-
getVersion(): string;
|
|
762
|
-
getAllVersions(endpoints: {
|
|
763
|
-
base: string;
|
|
764
|
-
path: string;
|
|
765
|
-
}[]): Promise<PromiseSettledResult<any>[]>;
|
|
766
|
-
};
|
|
767
|
-
};
|
|
768
|
-
};
|
|
769
|
-
/**
|
|
770
|
-
* Factory helper to create a frodo instance ready for logging in with an admin user account
|
|
771
|
-
* @param {string} host host base URL, e.g. 'https://openam-my-tenant.forgeblocks.com/am'
|
|
772
|
-
* @param {string} username admin account username
|
|
773
|
-
* @param {string} password admin account password
|
|
774
|
-
* @param {string} realm (optional) override default realm
|
|
775
|
-
* @param {string} deploymentType (optional) override deployment type ('cloud', 'forgeops', or 'classic')
|
|
776
|
-
* @param {boolean} allowInsecureConnection (optional) allow insecure connection
|
|
777
|
-
* @param {boolean} debug (optional) enable debug output
|
|
778
|
-
* @param {boolean} curlirize (optional) enable output of all library REST calls as curl commands
|
|
779
|
-
* @returns FrodoLib instance
|
|
780
|
-
*/
|
|
781
|
-
declare function createInstanceWithAdminAccount(host: string, username: string, password: string, realm?: string, deploymentType?: string, allowInsecureConnection?: boolean, debug?: boolean, curlirize?: boolean): {
|
|
782
|
-
state: import("../shared/State").default;
|
|
783
|
-
admin: {
|
|
784
|
-
listOAuth2CustomClients(): Promise<any>;
|
|
785
|
-
listOAuth2AdminClients(): Promise<any>;
|
|
786
|
-
listNonOAuth2AdminStaticUserMappings(showProtected: boolean): Promise<any>;
|
|
787
|
-
addAutoIdStaticUserMapping(): Promise<void>;
|
|
788
|
-
grantOAuth2ClientAdminPrivileges(clientId: string): Promise<void>;
|
|
789
|
-
revokeOAuth2ClientAdminPrivileges(clientId: string): Promise<void>;
|
|
790
|
-
createOAuth2ClientWithAdminPrivileges(clientId: string, clientSecret: string): Promise<void>;
|
|
791
|
-
createLongLivedToken(clientId: string, clientSecret: string, scope: string, secret: string | boolean, lifetime: number): Promise<any>;
|
|
792
|
-
removeStaticUserMapping(subject: string): Promise<void>;
|
|
793
|
-
hideGenericExtensionAttributes(includeCustomized: boolean, dryRun: boolean): Promise<void>;
|
|
794
|
-
showGenericExtensionAttributes(includeCustomized: boolean, dryRun: boolean): Promise<void>;
|
|
795
|
-
repairOrgModel(excludeCustomized: boolean, extendPermissions: boolean, dryRun: boolean): Promise<void>;
|
|
796
|
-
};
|
|
797
|
-
agent: {
|
|
798
|
-
createAgentExportTemplate(): import("../ops/OpsTypes").AgentExportInterface;
|
|
799
|
-
getAgents(): Promise<import("../api/ApiTypes").AgentSkeleton[]>;
|
|
800
|
-
getAgent(agentId: string): Promise<any>;
|
|
801
|
-
getAgentByTypeAndId(agentType: import("../api/ApiTypes").AgentType, agentId: string): Promise<any>;
|
|
802
|
-
getIdentityGatewayAgents(): Promise<any>;
|
|
803
|
-
getIdentityGatewayAgent(gatewayId: string): Promise<any>;
|
|
804
|
-
putIdentityGatewayAgent(gatewayId: string, gatewayData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
|
|
805
|
-
getJavaAgents(): Promise<any>;
|
|
806
|
-
getJavaAgent(agentId: string): Promise<any>;
|
|
807
|
-
putJavaAgent(agentId: string, agentData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
|
|
808
|
-
getWebAgents(): Promise<any>;
|
|
809
|
-
getWebAgent(agentId: string): Promise<any>;
|
|
810
|
-
putWebAgent(agentId: string, agentData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
|
|
811
|
-
exportAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
812
|
-
exportIdentityGatewayAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
813
|
-
exportJavaAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
814
|
-
exportWebAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
815
|
-
exportAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
816
|
-
exportIdentityGatewayAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
817
|
-
exportJavaAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
818
|
-
exportWebAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
819
|
-
importAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
820
|
-
importIdentityGatewayAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
821
|
-
importJavaAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
822
|
-
importWebAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
823
|
-
importAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
824
|
-
importIdentityGatewayAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
825
|
-
importJavaAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
826
|
-
importWebAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
827
|
-
deleteAgents(): Promise<void>;
|
|
828
|
-
deleteAgent(agentId: string): Promise<void>;
|
|
829
|
-
deleteIdentityGatewayAgents(): Promise<void>;
|
|
830
|
-
deleteIdentityGatewayAgent(agentId: string): Promise<void>;
|
|
831
|
-
deleteJavaAgents(): Promise<void>;
|
|
832
|
-
deleteJavaAgent(agentId: string): Promise<void>;
|
|
833
|
-
deleteWebAgents(): Promise<void>;
|
|
834
|
-
deleteWebAgent(agentId: string): Promise<void>;
|
|
835
|
-
};
|
|
836
|
-
authn: {
|
|
837
|
-
journey: {
|
|
838
|
-
createSingleTreeExportTemplate(): import("../ops/OpsTypes").SingleTreeExportInterface;
|
|
839
|
-
createMultiTreeExportTemplate(): import("../ops/OpsTypes").MultiTreeExportInterface;
|
|
840
|
-
exportJourney(treeId: string, options?: import("../ops/OpsTypes").TreeExportOptions): Promise<import("../ops/OpsTypes").SingleTreeExportInterface>;
|
|
841
|
-
getJourneys(): Promise<import("../api/ApiTypes").TreeSkeleton[]>;
|
|
842
|
-
getJourney(journeyId: string): Promise<import("../api/ApiTypes").TreeSkeleton>;
|
|
843
|
-
importJourney(treeObject: import("../ops/OpsTypes").SingleTreeExportInterface, options: import("../ops/OpsTypes").TreeImportOptions): Promise<boolean>;
|
|
844
|
-
resolveDependencies(installedJorneys: any, journeyMap: any, unresolvedJourneys: any, resolvedJourneys: any, index?: number): Promise<void>;
|
|
845
|
-
importAllJourneys(treesMap: import("../ops/OpsTypes").MultiTreeExportInterface, options: import("../ops/OpsTypes").TreeImportOptions): Promise<void>;
|
|
846
|
-
getNodeRef(nodeObj: import("../api/ApiTypes").NodeSkeleton, singleTreeExport: import("../ops/OpsTypes").SingleTreeExportInterface): import("../api/ApiTypes").NodeRefSkeletonInterface | import("../api/ApiTypes").InnerNodeRefSkeletonInterface;
|
|
847
|
-
onlineTreeExportResolver: import("../ops/OpsTypes").TreeExportResolverInterface;
|
|
848
|
-
fileByIdTreeExportResolver: import("../ops/OpsTypes").TreeExportResolverInterface;
|
|
849
|
-
createFileParamTreeExportResolver(file: string): import("../ops/OpsTypes").TreeExportResolverInterface;
|
|
850
|
-
getTreeDescendents(treeExport: import("../ops/OpsTypes").SingleTreeExportInterface, resolveTreeExport: import("../ops/OpsTypes").TreeExportResolverInterface, resolvedTreeIds?: string[]): Promise<import("../ops/OpsTypes").TreeDependencyMapInterface>;
|
|
851
|
-
findOrphanedNodes(): Promise<import("../api/ApiTypes").NodeSkeleton[]>;
|
|
852
|
-
removeOrphanedNodes(orphanedNodes: import("../api/ApiTypes").NodeSkeleton[]): Promise<unknown[]>;
|
|
853
|
-
isCustomJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
|
|
854
|
-
isPremiumJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
|
|
855
|
-
isCloudOnlyJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
|
|
856
|
-
getJourneyClassification(journey: import("../ops/OpsTypes").SingleTreeExportInterface): import("../ops/OpsTypes").JourneyClassificationType[];
|
|
857
|
-
deleteJourney(journeyId: string, options: {
|
|
858
|
-
deep: boolean;
|
|
859
|
-
verbose: boolean;
|
|
860
|
-
progress?: boolean;
|
|
861
|
-
}): Promise<{
|
|
862
|
-
nodes: {};
|
|
863
|
-
}>;
|
|
864
|
-
deleteJourneys(options: {
|
|
865
|
-
deep: boolean;
|
|
866
|
-
verbose: boolean;
|
|
867
|
-
}): Promise<{}>;
|
|
868
|
-
enableJourney(journeyId: string): Promise<boolean>;
|
|
869
|
-
disableJourney(journeyId: string): Promise<boolean>;
|
|
870
|
-
};
|
|
871
|
-
node: {
|
|
872
|
-
findOrphanedNodes(): Promise<unknown[]>;
|
|
873
|
-
removeOrphanedNodes(orphanedNodes: import("../api/ApiTypes").NodeSkeleton[]): Promise<import("../api/ApiTypes").NodeSkeleton[]>;
|
|
874
|
-
isPremiumNode(nodeType: string): boolean;
|
|
875
|
-
isCloudOnlyNode(nodeType: string): boolean;
|
|
876
|
-
isCustomNode(nodeType: string): boolean;
|
|
877
|
-
getNodeClassification(nodeType: string): import("../ops/OpsTypes").NodeClassificationType[];
|
|
878
|
-
};
|
|
879
|
-
};
|
|
880
|
-
authz: {
|
|
881
|
-
policy: {
|
|
882
|
-
getPolicies(): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
|
|
883
|
-
getPoliciesByPolicySet(policySetId: string): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
|
|
884
|
-
getPolicy(policyId: string): Promise<import("../api/ApiTypes").PolicySkeleton>;
|
|
885
|
-
putPolicy(policyId: string, policyData: import("../api/ApiTypes").PolicySkeleton): Promise<any>;
|
|
886
|
-
deletePolicy(policyId: string): Promise<any>;
|
|
887
|
-
exportPolicy(policyId: string, options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
|
|
888
|
-
exportPolicies(options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
|
|
889
|
-
exportPoliciesByPolicySet(policySetName: string, options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
|
|
890
|
-
importPolicy(policyId: string, importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton>;
|
|
891
|
-
importFirstPolicy(importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton>;
|
|
892
|
-
importPolicies(importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
|
|
893
|
-
};
|
|
894
|
-
policySet: {
|
|
895
|
-
getPolicySets(): Promise<import("../api/ApiTypes").PolicySetSkeleton[]>;
|
|
896
|
-
getPolicySet(policySetName: string): Promise<import("../api/ApiTypes").PolicySetSkeleton>;
|
|
897
|
-
createPolicySet(policySetData: import("../api/ApiTypes").PolicySetSkeleton): Promise<any>;
|
|
898
|
-
updatePolicySet(policySetData: import("../api/ApiTypes").PolicySetSkeleton): Promise<any>;
|
|
899
|
-
deletePolicySet(policySetName: string): Promise<any>;
|
|
900
|
-
exportPolicySet(policySetName: string, options?: import("../ops/PolicySetOps").PolicySetExportOptions): Promise<import("../ops/PolicySetOps").PolicySetExportInterface>;
|
|
901
|
-
exportPolicySets(options?: import("../ops/PolicySetOps").PolicySetExportOptions): Promise<import("../ops/PolicySetOps").PolicySetExportInterface>;
|
|
902
|
-
importPolicySet(policySetName: string, importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
|
|
903
|
-
importFirstPolicySet(importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
|
|
904
|
-
importPolicySets(importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
|
|
905
|
-
};
|
|
906
|
-
resourceType: {
|
|
907
|
-
getResourceType(resourceTypeUuid: string): Promise<any>;
|
|
908
|
-
getResourceTypes(): Promise<import("../api/ApiTypes").ResourceTypeSkeleton[]>;
|
|
909
|
-
getResourceTypeByName(resourceTypeName: string): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
|
|
910
|
-
updateResourceType(resourceTypeUuid: string, resourceTypeData: import("../api/ApiTypes").ResourceTypeSkeleton): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
|
|
911
|
-
deleteResourceType(resourceTypeUuid: string): Promise<any>;
|
|
912
|
-
deleteResourceTypeByName(resourceTypeName: string): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
|
|
913
|
-
exportResourceType(resourceTypeUuid: string): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
|
|
914
|
-
exportResourceTypeByName(resourceTypeName: string): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
|
|
915
|
-
exportResourceTypes(): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
|
|
916
|
-
importResourceType(resourceTypeUuid: string, importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
|
|
917
|
-
importResourceTypeByName(resourceTypeName: string, importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
|
|
918
|
-
importFirstResourceType(importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
|
|
919
|
-
importResourceTypes(importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any[]>;
|
|
920
|
-
};
|
|
921
|
-
};
|
|
922
|
-
cloud: {
|
|
923
|
-
adminFed: {
|
|
924
|
-
createAdminFederationExportTemplate(): import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface;
|
|
925
|
-
getAdminFederationProviders(): Promise<import("../api/ApiTypes").SocialIdpSkeleton[]>;
|
|
926
|
-
getAdminFederationProvider(providerId: string): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
927
|
-
putProviderByTypeAndId(providerType: string, providerId: string, providerData: import("../api/ApiTypes").SocialIdpSkeleton): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
928
|
-
deleteAdminFederationProvider(providerId: string): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
929
|
-
exportAdminFederationProvider(providerId: string): Promise<import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface>;
|
|
930
|
-
exportAdminFederationProviders(): Promise<import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface>;
|
|
931
|
-
importAdminFederationProvider(providerId: string, importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
932
|
-
importFirstAdminFederationProvider(importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
933
|
-
importAdminFederationProviders(importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton[]>;
|
|
934
|
-
};
|
|
935
|
-
feature: {
|
|
936
|
-
getFeatures(): Promise<import("../api/cloud/FeatureApi").FeatureInterface[]>;
|
|
937
|
-
hasFeature(featureId: string): Promise<boolean>;
|
|
938
|
-
};
|
|
939
|
-
log: {
|
|
940
|
-
getDefaultNoiseFilter(): string[];
|
|
941
|
-
resolveLevel(level: string | number): string[];
|
|
942
|
-
resolvePayloadLevel(log: import("../api/ApiTypes").LogEventSkeleton): string;
|
|
943
|
-
getLogSources(): Promise<string[]>;
|
|
944
|
-
getLogApiKey(keyId: string): Promise<import("../api/ApiTypes").LogApiKey>;
|
|
945
|
-
getLogApiKeys(): Promise<import("../api/ApiTypes").LogApiKey[]>;
|
|
946
|
-
createLogApiKey(keyName: string): Promise<import("../api/ApiTypes").LogApiKey>;
|
|
947
|
-
deleteLogApiKey(keyId: string): Promise<import("../api/ApiTypes").LogApiKey>;
|
|
948
|
-
deleteLogApiKeys(): Promise<import("../api/ApiTypes").LogApiKey[]>;
|
|
949
|
-
tail(source: string, cookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").LogEventSkeleton>>;
|
|
950
|
-
fetch(source: string, startTs: string, endTs: string, cookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").LogEventSkeleton>>;
|
|
951
|
-
};
|
|
952
|
-
secret: {
|
|
953
|
-
getSecrets(): Promise<any>;
|
|
954
|
-
getSecret(secretId: string): Promise<any>;
|
|
955
|
-
putSecret(secretId: string, value: string, description: string, encoding?: string, useInPlaceholders?: boolean): Promise<any>;
|
|
956
|
-
setSecretDescription(secretId: string, description: string): Promise<any>;
|
|
957
|
-
deleteSecret(secretId: string): Promise<any>;
|
|
958
|
-
getSecretVersions(secretId: string): Promise<any>;
|
|
959
|
-
createNewVersionOfSecret(secretId: string, value: string): Promise<any>;
|
|
960
|
-
getVersionOfSecret(secretId: string, version: string): Promise<any>;
|
|
961
|
-
setStatusOfVersionOfSecret(secretId: string, version: string, status: import("../api/ApiTypes").VersionOfSecretStatus): Promise<any>;
|
|
962
|
-
deleteVersionOfSecret(secretId: string, version: string): Promise<any>;
|
|
963
|
-
};
|
|
964
|
-
serviceAccount: {
|
|
965
|
-
isServiceAccountsFeatureAvailable(): Promise<boolean>;
|
|
966
|
-
createServiceAccount(name: string, description: string, accountStatus: "Active" | "Inactive", scopes: string[], jwks: import("../ops/JoseOps").JwksInterface): Promise<import("../api/ApiTypes").IdObjectSkeletonInterface>;
|
|
967
|
-
getServiceAccount(serviceAccountId: string): Promise<import("../ops/cloud/ServiceAccountOps").ServiceAccount>;
|
|
968
|
-
};
|
|
969
|
-
startup: {
|
|
970
|
-
checkForUpdates(): Promise<import("../ops/cloud/StartupOps").Updates>;
|
|
971
|
-
applyUpdates(wait: boolean, timeout?: number): Promise<boolean>;
|
|
972
|
-
};
|
|
973
|
-
variable: {
|
|
974
|
-
deleteVariable(variableId: string): Promise<any>;
|
|
975
|
-
getVariable(variableId: string): Promise<any>;
|
|
976
|
-
getVariables(): Promise<any>;
|
|
977
|
-
putVariable(variableId: string, value: string, description: string): Promise<any>;
|
|
978
|
-
setVariableDescription(variableId: string, description: string): Promise<any>;
|
|
979
|
-
};
|
|
980
|
-
};
|
|
981
|
-
conn: {
|
|
982
|
-
getConnectionProfilesPath(): string;
|
|
983
|
-
findConnectionProfiles(connectionProfiles: import("../ops/ConnectionProfileOps").ConnectionsFileInterface, host: string): import("../ops/ConnectionProfileOps").SecureConnectionProfileInterface[];
|
|
984
|
-
initConnectionProfiles(): Promise<void>;
|
|
985
|
-
getConnectionProfileByHost(host: string): Promise<import("../ops/ConnectionProfileOps").ConnectionProfileInterface>;
|
|
986
|
-
getConnectionProfile(): Promise<import("../ops/ConnectionProfileOps").ConnectionProfileInterface>;
|
|
987
|
-
saveConnectionProfile(host: string): Promise<boolean>;
|
|
988
|
-
deleteConnectionProfile(host: string): void;
|
|
989
|
-
addNewServiceAccount(): Promise<import("../api/ApiTypes").IdObjectSkeletonInterface>;
|
|
990
|
-
};
|
|
991
|
-
email: {
|
|
992
|
-
template: {
|
|
993
|
-
EMAIL_TEMPLATE_TYPE: string;
|
|
994
|
-
getEmailTemplates(): Promise<any>;
|
|
995
|
-
getEmailTemplate(templateId: string): Promise<any>;
|
|
996
|
-
putEmailTemplate(templateId: string, templateData: import("../api/ApiTypes").EmailTemplateSkeleton): Promise<any>;
|
|
997
|
-
};
|
|
998
|
-
};
|
|
999
|
-
helper: {
|
|
1000
|
-
base64: typeof import("../api/utils/Base64");
|
|
1001
|
-
constants: typeof import("../storage/StaticStorage");
|
|
1002
|
-
jose: typeof import("../ops/JoseOps");
|
|
1003
|
-
script: typeof import("../ops/utils/ScriptValidationUtils");
|
|
1004
|
-
utils: typeof import("../ops/utils/OpsUtils");
|
|
1005
|
-
};
|
|
1006
|
-
idm: {
|
|
1007
|
-
config: {
|
|
1008
|
-
getAllConfigEntities(): Promise<any>;
|
|
1009
|
-
getConfigEntitiesByType(type: string): Promise<any>;
|
|
1010
|
-
getConfigEntity(entityId: string): Promise<any>;
|
|
1011
|
-
putConfigEntity(entityId: string, entityData: string | import("../api/ApiTypes").NoIdObjectSkeletonInterface): Promise<any>;
|
|
1012
|
-
queryAllManagedObjectsByType(type: string, fields: string[], pageCookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").IdObjectSkeletonInterface>>;
|
|
1013
|
-
testConnectorServers(): Promise<import("../api/IdmSystemApi").ConnectorServerStatusInterface[]>;
|
|
1014
|
-
};
|
|
1015
|
-
managed: {
|
|
1016
|
-
resolveUserName(type: string, id: string): Promise<string | number | boolean | object>;
|
|
1017
|
-
resolveFullName(type: string, id: string): Promise<string>;
|
|
1018
|
-
};
|
|
1019
|
-
organization: {
|
|
1020
|
-
getRealmManagedOrganization(): string;
|
|
1021
|
-
getOrganizations(): Promise<any[]>;
|
|
1022
|
-
};
|
|
1023
|
-
};
|
|
1024
|
-
info: {
|
|
1025
|
-
getInfo(): Promise<import("../ops/InfoOps").PlatformInfo>;
|
|
1026
|
-
};
|
|
1027
|
-
login: {
|
|
1028
|
-
getAccessTokenForServiceAccount(saId?: string, saJwk?: import("../ops/JoseOps").JwkRsa): Promise<string>;
|
|
1029
|
-
getTokens(forceLoginAsUser?: boolean): Promise<boolean>;
|
|
1030
|
-
};
|
|
1031
|
-
oauth2oidc: {
|
|
1032
|
-
client: {
|
|
1033
|
-
getOAuth2Clients(): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton[]>;
|
|
1034
|
-
getOAuth2Client(clientId: string): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
|
|
1035
|
-
putOAuth2Client(clientId: string, clientData: import("../api/ApiTypes").OAuth2ClientSkeleton): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
|
|
1036
|
-
deleteOAuth2Client(clientId: string): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
|
|
1037
|
-
exportOAuth2Clients(options?: import("../ops/OAuth2ClientOps").OAuth2ClientExportOptions): Promise<import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface>;
|
|
1038
|
-
exportOAuth2Client(clientId: string, options?: import("../ops/OAuth2ClientOps").OAuth2ClientExportOptions): Promise<import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface>;
|
|
1039
|
-
importOAuth2Client(clientId: string, importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<any>;
|
|
1040
|
-
importFirstOAuth2Client(importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<any>;
|
|
1041
|
-
importOAuth2Clients(importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<unknown[]>;
|
|
1042
|
-
};
|
|
1043
|
-
endpoint: {
|
|
1044
|
-
authorize(amBaseUrl: string, data: string, config: import("axios").AxiosRequestConfig<any>): Promise<import("axios").AxiosResponse<any, any>>;
|
|
1045
|
-
accessToken(amBaseUrl: string, data: any, config: import("axios").AxiosRequestConfig<any>): Promise<import("axios").AxiosResponse<any, any>>;
|
|
1046
|
-
getTokenInfo(amBaseUrl: string, config: import("axios").AxiosRequestConfig<any>): Promise<any>;
|
|
1047
|
-
clientCredentialsGrant(amBaseUrl: string, clientId: string, clientSecret: string, scope: string): Promise<any>;
|
|
1048
|
-
};
|
|
1049
|
-
external: {
|
|
1050
|
-
getSocialIdentityProviders(): Promise<any>;
|
|
1051
|
-
getSocialProvider(providerId: string): Promise<any>;
|
|
1052
|
-
putProviderByTypeAndId(providerType: string, providerId: string, providerData: import("../api/ApiTypes").SocialIdpSkeleton): Promise<any>;
|
|
1053
|
-
deleteSocialProvider(providerId: string): Promise<unknown>;
|
|
1054
|
-
exportSocialProvider(providerId: string): Promise<import("../ops/IdpOps").SocialProviderExportInterface>;
|
|
1055
|
-
exportSocialProviders(): Promise<import("../ops/IdpOps").SocialProviderExportInterface>;
|
|
1056
|
-
importSocialProvider(providerId: string, importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
|
|
1057
|
-
importFirstSocialProvider(importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
|
|
1058
|
-
importSocialProviders(importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
|
|
1059
|
-
};
|
|
1060
|
-
provider: {
|
|
1061
|
-
getOAuth2Provider(): Promise<any>;
|
|
1062
|
-
};
|
|
1063
|
-
};
|
|
1064
|
-
realm: {
|
|
1065
|
-
getRealms(): Promise<any>;
|
|
1066
|
-
getRealmByName(realmName: string): Promise<any>;
|
|
1067
|
-
putRealm(realmId: string, realmData: object): Promise<any>;
|
|
1068
|
-
addCustomDomain(realmName: string, domain: string): Promise<any>;
|
|
1069
|
-
removeCustomDomain(realmName: string, domain: string): Promise<any>;
|
|
1070
|
-
};
|
|
1071
|
-
saml2: {
|
|
1072
|
-
circlesOfTrust: {
|
|
1073
|
-
createCirclesOfTrustExportTemplate(): import("../ops/OpsTypes").CirclesOfTrustExportInterface;
|
|
1074
|
-
getCircleOfTrust(cotId: string): Promise<any>;
|
|
1075
|
-
getCirclesOfTrust(): Promise<any>;
|
|
1076
|
-
createCircleOfTrust(cotData: import("../api/ApiTypes").CircleOfTrustSkeleton): Promise<any>;
|
|
1077
|
-
exportCircleOfTrust(cotId: string): Promise<import("../ops/OpsTypes").CirclesOfTrustExportInterface>;
|
|
1078
|
-
exportCirclesOfTrust(): Promise<import("../ops/OpsTypes").CirclesOfTrustExportInterface>;
|
|
1079
|
-
importCircleOfTrust(cotId: string, importData: import("../ops/OpsTypes").CirclesOfTrustExportInterface): Promise<any>;
|
|
1080
|
-
importFirstCircleOfTrust(importData: import("../ops/OpsTypes").CirclesOfTrustExportInterface): Promise<any>;
|
|
1081
|
-
importCirclesOfTrust(importData: import("../ops/OpsTypes").CirclesOfTrustExportInterface): Promise<any[]>;
|
|
1082
|
-
};
|
|
1083
|
-
entityProvider: {
|
|
1084
|
-
getSaml2ProviderStubs(): Promise<import("../api/ApiTypes").Saml2ProviderStub[]>;
|
|
1085
|
-
getProviderByLocationAndId(location: string, entityId64: string): Promise<any>;
|
|
1086
|
-
getProviderMetadataUrl(entityId: string): string;
|
|
1087
|
-
getProviderMetadata(entityId: string): Promise<any>;
|
|
1088
|
-
getSaml2ProviderStub(entityId: string): Promise<import("../api/ApiTypes").Saml2ProviderStub>;
|
|
1089
|
-
getSaml2Provider(entityId: string): Promise<import("../api/ApiTypes").Saml2ProviderSkeleton>;
|
|
1090
|
-
deleteSaml2Provider(entityId: string): Promise<import("../api/ApiTypes").Saml2ProviderSkeleton>;
|
|
1091
|
-
deleteSaml2Providers(): Promise<import("../api/ApiTypes").Saml2ProviderSkeleton[]>;
|
|
1092
|
-
exportSaml2Provider(entityId: string): Promise<import("../ops/OpsTypes").Saml2ExportInterface>;
|
|
1093
|
-
exportSaml2Providers(): Promise<import("../ops/OpsTypes").Saml2ExportInterface>;
|
|
1094
|
-
importSaml2Provider(entityId: string, importData: import("../ops/OpsTypes").Saml2ExportInterface): Promise<boolean>;
|
|
1095
|
-
importSaml2Providers(importData: import("../ops/OpsTypes").Saml2ExportInterface): Promise<import("../ops/OpsTypes").MultiOpStatusInterface>;
|
|
1096
|
-
};
|
|
1097
|
-
};
|
|
1098
|
-
script: {
|
|
1099
|
-
getScripts(): Promise<import("../api/ApiTypes").ScriptSkeleton[]>;
|
|
1100
|
-
getScriptByName(scriptName: string): Promise<import("../api/ApiTypes").ScriptSkeleton>;
|
|
1101
|
-
putScript(scriptId: string, scriptData: import("../api/ApiTypes").ScriptSkeleton): Promise<boolean>;
|
|
1102
|
-
exportScript(scriptId: string): Promise<import("../ops/ScriptOps").ScriptExportInterface>;
|
|
1103
|
-
exportScriptByName(scriptName: string): Promise<import("../ops/ScriptOps").ScriptExportInterface>;
|
|
1104
|
-
exportScripts(): Promise<import("../ops/ScriptOps").ScriptExportInterface>;
|
|
1105
|
-
importScripts(scriptName: string, importData: import("../ops/ScriptOps").ScriptExportInterface, reUuid?: boolean, validate?: boolean): Promise<boolean>;
|
|
1106
|
-
getScript(scriptId: string): Promise<any>;
|
|
1107
|
-
deleteScript(scriptId: string): Promise<any>;
|
|
1108
|
-
};
|
|
1109
|
-
service: {
|
|
1110
|
-
createServiceExportTemplate(): import("../ops/OpsTypes").ServiceExportInterface;
|
|
1111
|
-
getListOfServices(globalConfig?: boolean): Promise<import("../api/ServiceApi").ServiceListItem[]>;
|
|
1112
|
-
getFullServices(globalConfig?: boolean): Promise<import("../api/ApiTypes").FullService[]>;
|
|
1113
|
-
deleteFullService(serviceId: string, globalConfig?: boolean): Promise<void>;
|
|
1114
|
-
deleteFullServices(globalConfig?: boolean): Promise<void>;
|
|
1115
|
-
exportService(serviceId: string, globalConfig?: boolean): Promise<import("../ops/OpsTypes").ServiceExportInterface>;
|
|
1116
|
-
exportServices(globalConfig?: boolean): Promise<import("../ops/OpsTypes").ServiceExportInterface>;
|
|
1117
|
-
importService(serviceId: string, importData: import("../ops/OpsTypes").ServiceExportInterface, clean: boolean, globalConfig?: boolean): Promise<import("../api/ApiTypes").AmServiceSkeleton>;
|
|
1118
|
-
importServices(importData: import("../ops/OpsTypes").ServiceExportInterface, clean: boolean, globalConfig?: boolean): Promise<import("../api/ApiTypes").AmServiceSkeleton[]>;
|
|
1119
|
-
};
|
|
1120
|
-
theme: {
|
|
1121
|
-
getThemes(): Promise<import("../api/ApiTypes").ThemeSkeleton[]>;
|
|
1122
|
-
getTheme(themeId: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
1123
|
-
getThemeByName(themeName: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
1124
|
-
putTheme(themeId: string, themeData: import("../api/ApiTypes").ThemeSkeleton, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
1125
|
-
putThemeByName(themeName: string, themeData: import("../api/ApiTypes").ThemeSkeleton, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
1126
|
-
putThemes(themeMap: Map<string, import("../api/ApiTypes").ThemeSkeleton>): Promise<Map<string, import("../api/ApiTypes").ThemeSkeleton>>;
|
|
1127
|
-
deleteTheme(themeId: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
1128
|
-
deleteThemeByName(themeName: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
1129
|
-
deleteThemes(realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton[]>;
|
|
1130
|
-
};
|
|
1131
|
-
utils: {
|
|
1132
|
-
impex: {
|
|
1133
|
-
getMetadata(): import("../ops/OpsTypes").ExportMetaData;
|
|
1134
|
-
titleCase(input: string): string;
|
|
1135
|
-
getRealmString(): string;
|
|
1136
|
-
convertBase64TextToArray(b64text: string): any[];
|
|
1137
|
-
convertBase64UrlTextToArray(b64UTF8Text: string): any[];
|
|
1138
|
-
convertTextArrayToBase64(textArray: string[]): string;
|
|
1139
|
-
convertTextArrayToBase64Url(textArray: string[]): any;
|
|
1140
|
-
validateImport(metadata: any): boolean;
|
|
1141
|
-
getTypedFilename(name: string, type: string, suffix?: string): string;
|
|
1142
|
-
getWorkingDirectory(): string;
|
|
1143
|
-
saveToFile(type: string, data: object, identifier: string, filename: string): void;
|
|
1144
|
-
saveJsonToFile(data: object, filename: string, includeMeta?: boolean): boolean;
|
|
1145
|
-
appendTextToFile(data: string, filename: string): void;
|
|
1146
|
-
findFilesByName(fileName: string, fast?: boolean, path?: string): string[];
|
|
1147
|
-
readFilesRecursive(directory: string): Promise<string[]>;
|
|
1148
|
-
};
|
|
1149
|
-
version: {
|
|
1150
|
-
getVersion(): string;
|
|
1151
|
-
getAllVersions(endpoints: {
|
|
1152
|
-
base: string;
|
|
1153
|
-
path: string;
|
|
1154
|
-
}[]): Promise<PromiseSettledResult<any>[]>;
|
|
1155
|
-
};
|
|
1156
|
-
};
|
|
1157
|
-
};
|
|
1158
|
-
export { frodo, state, FrodoLib, createInstanceWithAdminAccount, createInstanceWithServiceAccount, };
|
|
1159
|
-
//# sourceMappingURL=Frodo.d.ts.map
|