Variable ManageabilityRuleSimpleSchemaConst
ManageabilityRuleSimpleSchema: ZodUnion<
readonly [
ZodObject<{ allowed: ZodLiteral<true> }, $loose>,
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,
>,
],
> = ...