frodo-lib
Version:
A library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.
65 lines • 2.09 kB
TypeScript
export type Constants = {
DEFAULT_REALM_KEY: string;
CLASSIC_DEPLOYMENT_TYPE_KEY: string;
CLOUD_DEPLOYMENT_TYPE_KEY: string;
FORGEOPS_DEPLOYMENT_TYPE_KEY: string;
DEPLOYMENT_TYPES: string[];
DEPLOYMENT_TYPE_REALM_MAP: {
classic: string;
cloud: string;
forgeops: string;
};
FRODO_METADATA_ID: string;
FRODO_CONNECTION_PROFILES_PATH_KEY: string;
FRODO_MASTER_KEY_PATH_KEY: string;
FRODO_MASTER_KEY_KEY: string;
};
declare const _default: {
DEFAULT_REALM_KEY: string;
CLASSIC_DEPLOYMENT_TYPE_KEY: string;
CLOUD_DEPLOYMENT_TYPE_KEY: string;
FORGEOPS_DEPLOYMENT_TYPE_KEY: string;
DEPLOYMENT_TYPES: string[];
DEPLOYMENT_TYPE_REALM_MAP: {
classic: string;
cloud: string;
forgeops: string;
};
FRODO_METADATA_ID: string;
FRODO_CONNECTION_PROFILES_PATH_KEY: string;
FRODO_MASTER_KEY_PATH_KEY: string;
FRODO_MASTER_KEY_KEY: string;
FRODO_TOKEN_CACHE_PATH_KEY: string;
AVAILABLE_SCOPES: {
OpenIdScope: string;
ProfileScope: string;
AmFullScope: string;
IdmFullScope: string;
AutoAccessFullScope: string;
IGAFullScope: string;
AnalyticsFullScope: string;
AMIntrospectRealmTokenScope: string;
AMIntrospectAllTokens: string;
AMIntrospectAllTokensAnyRealm: string;
CertificateFullScope: string;
CertificateReadScope: string;
ESVFullScope: string;
ESVReadScope: string;
ESVUpdateScope: string;
ESVRestartScope: string;
ContentSecurityPolicyFullScope: string;
FederationFullScope: string;
FederationReadScope: string;
ReleaseFullScope: string;
SSOCookieFullScope: string;
CustomDomainFullScope: string;
PromotionScope: string;
WafFullScope: string;
WafReadScope: string;
WafWriteScope: string;
CookieDomainsFullScope: string;
FederationEnforcementFullScope: string;
};
};
export default _default;
//# sourceMappingURL=Constants.d.ts.map