Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / isLiteralAllowed
Function: isLiteralAllowed()
ts
function isLiteralAllowed(): {
allowed: boolean;
reasons: readonly string[];
};Defined in: packages/security/src/secrets/resolvers/literal.ts:33
Whether the literal: scheme is currently active. Used by the factory's status reporter and by the resolver itself.
Returns
ts
{
allowed: boolean;
reasons: readonly string[];
}| Name | Type | Defined in |
|---|---|---|
allowed | boolean | packages/security/src/secrets/resolvers/literal.ts:34 |
reasons | readonly string[] | packages/security/src/secrets/resolvers/literal.ts:35 |