Variable GetManagementPermissionsSchemaConst
GetManagementPermissionsSchema: ZodObject<
{
"apiToken.delete": ZodOptional<
ZodUnion<
readonly [
ZodObject<{ allowed: ZodLiteral<true> }, $loose>,
ZodObject<
{
allowed: ZodLiteral<false>;
reason: ZodObject<
{
key: ZodCustom<
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...),
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...),
>;
},
$loose,
>;
},
$loose,
>,
],
>,
>;
"apiToken.read": ZodOptional<
ZodUnion<
readonly [
ZodObject<{ allowed: ZodLiteral<true> }, $loose>,
ZodObject<
{
allowed: ZodLiteral<false>;
reason: ZodObject<
{
key: ZodCustom<
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...),
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...),
>;
},
$loose,
>;
},
$loose,
>,
],
>,
>;
"email.set": ZodOptional<
ZodUnion<
readonly [
ZodObject<{ allowed: ZodLiteral<true> }, $loose>,
ZodObject<
{
allowed: ZodLiteral<false>;
reason: ZodObject<
{
key: ZodCustom<
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...),
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...),
>;
},
$loose,
>;
},
$loose,
>,
],
>,
>;
"lifecycle.delete": ZodOptional<
ZodUnion<
readonly [
ZodObject<{ allowed: ZodLiteral<true> }, $loose>,
ZodObject<
{
allowed: ZodLiteral<false>;
reason: ZodObject<
{
key: ZodCustom<
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...),
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...),
>;
},
$loose,
>;
},
$loose,
>,
],
>,
>;
"lifecycle.enablement": ZodOptional<
ZodUnion<
readonly [
ZodObject<{ allowed: ZodLiteral<true> }, $loose>,
ZodObject<
{
allowed: ZodLiteral<false>;
reason: ZodObject<
{
key: ZodCustom<
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...),
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...),
>;
},
$loose,
>;
},
$loose,
>,
],
>,
>;
profile: ZodOptional<
ZodRecord<
ZodString,
ZodUnion<
readonly [
ZodObject<{ allowed: ZodLiteral<true> }, $loose>,
ZodObject<
{
allowed: ZodLiteral<false>;
reason: ZodObject<{ key: ZodCustom<(...), (...)> }, $loose>;
},
$loose,
>,
],
>,
>,
>;
"profile.read": ZodOptional<
ZodUnion<
readonly [
ZodObject<{ allowed: ZodLiteral<true> }, $loose>,
ZodObject<
{
allowed: ZodLiteral<false>;
reason: ZodObject<
{
key: ZodCustom<
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...),
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...)
| (...),
>;
},
$loose,
>;
},
$loose,
>,
],
>,
>;
"profile.write": ZodOptional<
ZodRecord<
ZodString,
ZodUnion<
readonly [
ZodObject<{ allowed: ZodLiteral<true> }, $loose>,
ZodObject<
{
allowed: ZodLiteral<false>;
reason: ZodObject<{ key: ZodCustom<(...), (...)> }, $loose>;
},
$loose,
>,
],
>,
>,
>;
},
$loose,
> = ...