@akamai/openapi-ts
    Preparing search index...

    Variable postObjectStorageBucketAccessRequestSchemaConst

    postObjectStorageBucketAccessRequestSchema: ZodObject<
        {
            body: ZodOptional<
                ZodObject<
                    {
                        acl: ZodOptional<
                            ZodEnum<
                                {
                                    "authenticated-read": "authenticated-read";
                                    custom: "custom";
                                    private: "private";
                                    "public-read": "public-read";
                                    "public-read-write": "public-read-write";
                                },
                            >,
                        >;
                        cors_enabled: ZodOptional<ZodBoolean>;
                    },
                    $strip,
                >,
            >;
            path: ZodObject<{ bucket: ZodString; regionId: ZodString }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...