@rockcarver/frodo-lib
Version:
A library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.
66 lines • 2.15 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: {
AMIntrospectRealmTokenScope: string;
AMIntrospectAllTokens: string;
AMIntrospectAllTokensAnyRealm: string;
OpenIdScope: string;
ProfileScope: string;
AmFullScope: string;
AutoAccessFullScope: string;
AnalyticsFullScope: string;
CertificateFullScope: string;
CertificateReadScope: string;
ContentSecurityPolicyFullScope: string;
CookieDomainsFullScope: string;
CustomDomainFullScope: string;
DatasetDeletionFullScope: string;
ESVFullScope: string;
ESVReadScope: string;
ESVUpdateScope: string;
ESVRestartScope: string;
AdminFederationFullScope: string;
AdminFederationReadScope: string;
MTLSFullScope: string;
PromotionScope: string;
ProxyConnectFullScope: string;
ProxyConnectReadScope: string;
ProxyConnectWriteScope: string;
ReleaseFullScope: string;
SSOCookieFullScope: string;
IdmFullScope: string;
IGAFullScope: string;
};
};
export default _default;
//# sourceMappingURL=Constants.d.ts.map