Variable ForbiddenActionResponseSchemaConst
ForbiddenActionResponseSchema: ZodObject<
{
context: ZodObject<
{
allowed: ZodLiteral<false>;
reason: ZodObject<
{
key: ZodCustom<
| string & {}
| "administrative"
| "administrative.notMyself"
| "authPolicy.saml"
| "blocked.exportControl"
| "externalDirectory.scim"
| "externalDirectory.google"
| "myselfOnly"
| "managedAccount",
| string & {}
| "administrative"
| "administrative.notMyself"
| "authPolicy.saml"
| "blocked.exportControl"
| "externalDirectory.scim"
| "externalDirectory.google"
| "myselfOnly"
| "managedAccount",
>;
},
$loose,
>;
},
$loose,
>;
key: ZodCustom<
string & {}
| "forbidden.action",
string & {} | "forbidden.action",
>;
},
$loose,
> = ...