jira.js
    Preparing search index...

    Variable ManageabilityRuleObjectMutabilitySchemaConst

    ManageabilityRuleObjectMutabilitySchema: ZodRecord<
        ZodString,
        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,
                >,
            ],
        >,
    > = ...

    Describes your permissions to change the object. Each key should be a valid JSON path of the target object.